type Options = { extension?: string; name?: string; }; export declare const temporaryFileTask: (callback: (temporaryPath: string) => Promise, options?: Options) => Promise; export {}; //# sourceMappingURL=tempFile.d.ts.map