export declare function createTempDir(prefix: string): Promise<string>;
