// Generated by scripts/thin-node-cts.mjs — do not edit. // // `dist/node.d.ts` is the real declaration; this file re-states it for CommonJS consumers. Types // cross the boundary in one `export type *`; values cannot ride along with it (they would come // through as type-only), so they are re-declared by name against the same namespace. export type * from './node.js' with { 'resolution-mode': 'import' }; import type * as Entry from './node.js' with { 'resolution-mode': 'import' }; export declare const adoptMock: typeof Entry.adoptMock; export declare const asInstance: typeof Entry.asInstance; export declare const asInstances: typeof Entry.asInstances; export declare const asSpy: typeof Entry.asSpy; export declare const assertMocked: typeof Entry.assertMocked; export declare const autoMocked: typeof Entry.autoMocked; export declare const captureArg: typeof Entry.captureArg; export declare const clearAutoSpy: typeof Entry.clearAutoSpy; export declare const clearAutoSpyDefaults: typeof Entry.clearAutoSpyDefaults; export declare const countMockedProps: typeof Entry.countMockedProps; export declare const countNodeMocks: typeof Entry.countNodeMocks; export declare const createAutoMock: typeof Entry.createAutoMock; export declare const createFixture: typeof Entry.createFixture; export declare const createFixtureFactory: typeof Entry.createFixtureFactory; export declare const createFunctionSpy: typeof Entry.createFunctionSpy; export declare const createLog: typeof Entry.createLog; export declare const createMock: typeof Entry.createMock; export declare const createSpyClass: typeof Entry.createSpyClass; export declare const createSpyFromClass: typeof Entry.createSpyFromClass; export declare const createSpyFromInstance: typeof Entry.createSpyFromInstance; export declare const describeDuplicateCopies: typeof Entry.describeDuplicateCopies; export declare const errorHandler: typeof Entry.errorHandler; export declare const expectCompletion: typeof Entry.expectCompletion; export declare const expectEmission: typeof Entry.expectEmission; export declare const expectEmissions: typeof Entry.expectEmissions; export declare const expectError: typeof Entry.expectError; export declare const expectNoEmission: typeof Entry.expectNoEmission; export declare const flushEventLoop: typeof Entry.flushEventLoop; export declare const flushEventLoopUntil: typeof Entry.flushEventLoopUntil; export declare const getPackageCopies: typeof Entry.getPackageCopies; export declare const mockAccessorsProp: typeof Entry.mockAccessorsProp; export declare const mockConstructor: typeof Entry.mockConstructor; export declare const mockDeep: typeof Entry.mockDeep; export declare const mockReadonlyProp: typeof Entry.mockReadonlyProp; export declare const mockReadonlyPropGetter: typeof Entry.mockReadonlyPropGetter; export declare const mockValueProp: typeof Entry.mockValueProp; export declare const moduleNamespace: typeof Entry.moduleNamespace; export declare const narrow: typeof Entry.narrow; export declare const pruneNodeMocks: typeof Entry.pruneNodeMocks; export declare const registerAutoSpyDefaults: typeof Entry.registerAutoSpyDefaults; export declare const reportPropsOutsideHooks: typeof Entry.reportPropsOutsideHooks; export declare const resetAutoSpy: typeof Entry.resetAutoSpy; export declare const restoreMockedProps: typeof Entry.restoreMockedProps; export declare const restoreSpiedInstance: typeof Entry.restoreSpiedInstance; export declare const setEmissionTimeout: typeof Entry.setEmissionTimeout; export declare const settleDynamicImport: typeof Entry.settleDynamicImport; export declare const stubConstructor: typeof Entry.stubConstructor; export declare const trackNodeMocks: typeof Entry.trackNodeMocks; export declare const withOverrides: typeof Entry.withOverrides;