export declare function registerTempPathForExit(tempPath: string, options?: { recursive?: boolean; }): () => void; export declare function __cleanupRegisteredTempPathsForTest(): void; export declare function __cleanupRegisteredTempPathForTest(tempPath: string): void; //# sourceMappingURL=temp-cleanup.d.ts.map