export declare const runDispatchMigrations: (nitroApp: any) => void | Promise; export default _default; /** * Run dispatch's own migrations first (this is what guarantees * `vault_secrets` exists), then kick off the vault boot resync. The resync * itself waits several more seconds before touching the DB — see * vault-boot-resync.ts — so this ordering is a belt-and-suspenders * guarantee, not a hard dependency. */ declare function _default(nitroApp: any): Promise; //# sourceMappingURL=db.d.ts.map