export declare function createTempDir(prefix?: string): string; export declare function cleanupTempDir(dir: string): void;