type Interface = { [P in keyof T]: T[P]; }; export declare function createMock(members: Interface): T; export {}; //# sourceMappingURL=utils.d.ts.map