import { v as AuthProviderContext, d as AuthClient } from './types-DHdiQPEI.cjs'; /** Cognito auth provider factory — pass to createFoundation({ auth: cognitoAuth }) or import to auto-register */ declare const cognitoAuth: (config: Record, _ctx: AuthProviderContext) => Promise; export { cognitoAuth };