import type { Database } from '..'; export declare const createRepairManager: (db: Database) => { removeOrphanMorphType: (arg: import("./operations/remove-orphan-morph-types").RemoveOrphanMorphTypeOptions) => Promise; }; export type RepairManager = ReturnType; //# sourceMappingURL=index.d.ts.map