/** * Register a function to run after each test (LIFO). Used by fakes to restore services. * * @param fn - Cleanup callback. */ export declare function onTestingCleanup(fn: () => void | Promise): void; //# sourceMappingURL=testCleanup.d.ts.map