import type { ApiConfig } from "@prefabs.tech/fastify-config"; import type { Database } from "@prefabs.tech/fastify-slonik"; declare const runMigrations: (config: ApiConfig, database: Database) => Promise; export default runMigrations; //# sourceMappingURL=runMigrations.d.ts.map