export declare const DOXA_AUTH_MIGRATION_URL: import("node:url").URL; export declare const DOXA_AUTH_INFRASTRUCTURE_MIGRATION_URL: import("node:url").URL; export declare const DOXA_AUTH_CHALLENGE_BINDING_MIGRATION_URL: import("node:url").URL; export declare const DOXA_AUTH_IMPERSONATION_MIGRATION_URL: import("node:url").URL; /** Explicit migration helper for tests and tooling. Runtime boot never mutates schema. */ export declare function installAuthSchema(connectionString: string): Promise; //# sourceMappingURL=migration.d.ts.map