import { IOrder } from "../IOrder";
import { healthCheckMigration, confirmNoCorruption } from "./healthcheck-migration-commands/fix_record_ids";
export declare const rMigrationTree: {
    [key: number]: IOrder;
};
export declare const getHighestProjectVersion: () => number;
export declare const newProjectMigrationTree: {
    [key: number]: IOrder;
};
export { healthCheckMigration, confirmNoCorruption };
