/**
 * Gets the temporary directory, either from the environmental variable
 * `PUPPETEER_TMP_DIR` or the `os.tmpdir`.
 *
 * @returns The temporary directory path.
 *
 * @internal
 */
export declare const tmpdir: () => string;
/**
 * @internal
 */
export declare const getPackageDirectory: (from: string) => string;
//# sourceMappingURL=util.d.ts.map