/** * Mock Management for Test Isolation */ export declare const registerMockRestore: (restoreFn: () => void) => void; export declare const restoreAllMocks: () => void; /** * Complete cleanup of isolation state to prevent memory leaks */ export declare const cleanupIsolationState: () => void; //# sourceMappingURL=mockManager.d.ts.map