import { r as KlawConfig } from "./types.klaw-xKUw_Rz7.js"; import { At as ProviderAuthResult } from "./types-CAmC_cW72.js"; //#region src/plugin-sdk/provider-auth-result.d.ts /** Build the standard auth result payload for OAuth-style provider login flows. */ declare function buildOauthProviderAuthResult(params: { providerId: string; defaultModel: string; access: string; refresh?: string | null; expires?: number | null; email?: string | null; displayName?: string | null; profileName?: string | null; profilePrefix?: string; credentialExtra?: Record; configPatch?: Partial; notes?: string[]; }): ProviderAuthResult; //#endregion export { buildOauthProviderAuthResult as t };