export declare const NO_MOCKING: unique symbol; export declare const getMockingImplementation: () => (_: (...args: any[]) => any) => any; export declare const createMockableFunction: any>(defaultImplementation: T) => T; export declare const resetMockingImplementation: () => (_: (...args: any[]) => any) => any; export declare const setMockingImplementation: (newMockingImplementation: (defaultImplementation: (...args: any[]) => any) => any) => (defaultImplementation: (...args: any[]) => any) => any; //# sourceMappingURL=mocking-implementation.d.ts.map