UNPKG

openclaw

Version:

Multi-channel AI gateway with extensible messaging integrations

8 lines (7 loc) 430 B
import { n as ensureAuthProfileStore$1 } from "../store-DEf5qjmL.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<EnsureAuthProfileStore>): ReturnType<EnsureAuthProfileStore>; //#endregion export { ensureAuthProfileStore };