export declare function repair(args: {
    verbose: boolean;
}, extraMigrations?: any[]): Promise<any>;
