import { n as ensureAuthProfileStore$1 } from "../store-CBbnSi3P.js"; //#region src/agents/auth-profiles.runtime.d.ts type EnsureAuthProfileStore = typeof ensureAuthProfileStore$1; /** Ensure an auth-profile store using the production store implementation. */ declare function ensureAuthProfileStore(...args: Parameters): ReturnType; //#endregion export { ensureAuthProfileStore };