/** * Create a temporary directory using {@link https://github.com/sindresorhus/tempy | tempy}. * * @param prefix Directory name prefix. * @returns Absolute path to the created directory. */ export declare function makeTmpDir(prefix?: string): string; //# sourceMappingURL=tmp.d.ts.map