import type { Database } from "bun:sqlite"; export declare const MIGRATIONS: string[]; export declare function runMigrations(db: Database): void; //# sourceMappingURL=schema.d.ts.map