import type { Migration } from '../types'; export declare const sortMigrations: (migrations: Migration[], maxVersion: number) => Migration[];