export declare const defaultTmp: (path: string) => Promise; export declare const defaultTmpSync: (path: string) => string;