import { MockTypeORM } from "../mock-typeorm";
export declare function mockCreateQueryRunner(this: any, mockTypeORM: MockTypeORM): any;
