declare type TMocks = {
    [key: string]: any;
};
export declare const mockRequire: (file: string, mocks: TMocks) => () => void;
export {};
