import { MockTypeORM } from "../mock-typeorm";
export declare function mockMethod(mockTypeORM: MockTypeORM, method: string, repositoryName: string): any;
