type TempFileHandler = (file: string) => Promise; export declare const withTempFile: (handler: TempFileHandler) => Promise; export {};