/** * Migration definitions for the org module. Versions are namespaced into a high * range (1000+) so they don't collide with template-owned migrations sharing * the same `_migrations` table. */ export declare const ORG_MIGRATIONS: ({ version: number; sql: string; name?: undefined; } | { version: number; name: string; sql: string; })[]; //# sourceMappingURL=migrations.d.ts.map