import type { CheckResult } from "./types.js"; export declare function checkMigration(sql: string): CheckResult; //# sourceMappingURL=checker.d.ts.map