export declare function createTemp(): Promise<[string, () => void]>; export declare function createTempDir(): Promise<[string, () => void]>;