export declare const getMockCp: () => { [key: string]: jest.Mock; }; export declare const getMockFs: () => { [key: string]: jest.Mock; }; export declare function mockNodePackages(): void; export declare function fsSnapshots(): void; export declare function cpSnapshots(): void;