declare function _default(methods?: {}): MockRepo; export default _default; declare class MockRepo { constructor({ create, update, remove, softRemove, find, findDescendantsTree, findOne, findOneWithRelations, findOneOrFail, save, findAndCount, del, count, insertBulk, metadata, }: { create: any; update: any; remove: any; softRemove: any; find: any; findDescendantsTree: any; findOne: any; findOneWithRelations: any; findOneOrFail: any; save: any; findAndCount: any; del: any; count: any; insertBulk: any; metadata: any; }); create_: any; update_: any; remove_: any; delete_: any; softRemove_: any; find_: any; findDescendantsTree_: any; findOne_: any; findOneOrFail_: any; save_: any; findAndCount_: any; findOneWithRelations_: any; insertBulk_: any; count_: any; metadata: any; setFindOne(fn: any): void; insertBulk: jest.Mock; create: jest.Mock; softRemove: jest.Mock; remove: jest.Mock; update: jest.Mock; findOneOrFail: jest.Mock; findOneWithRelations: jest.Mock; findOne: jest.Mock; findDescendantsTree: jest.Mock; find: jest.Mock; save: jest.Mock; findAndCount: jest.Mock; count: jest.Mock; delete: jest.Mock; }