/** Framework-only PostgreSQL authentication provider used by generated `.doxa` source. */ export { PostgresAuth, type CompiledAuthenticationRuntimeBinding, type ManagedIdentityRegistrationRequest, type AuthIdentityTableMapping, type AuthPasswordTableMapping, type PostgresAuthOptions, } from './postgres-auth.js'; export type { CompiledAuthenticationConfiguration } from './compiled-auth.js'; //# sourceMappingURL=framework.d.ts.map