export type TempHomeEnv = { home: string; restore: () => Promise; }; export declare function createTempHomeEnv(prefix: string): Promise;