import { Transaction } from 'objection'; export declare function removeOrphanedLeafs(trx: Transaction): Promise; export declare function removeOrphanedRelations(trx: Transaction): Promise; export declare function updateOrphanedForks(trx: Transaction): Promise;