import type { KlawConfig } from "../../config/types.klaw.js"; import type { AgentRuntimeAuthPlan } from "./types.js"; export declare function buildAgentRuntimeAuthPlan(params: { provider: string; authProfileProvider?: string; authProfileMode?: string; sessionAuthProfileId?: string; sessionAuthProfileCandidateIds?: string[]; config?: KlawConfig; workspaceDir?: string; harnessId?: string; harnessRuntime?: string; allowHarnessAuthProfileForwarding?: boolean; }): AgentRuntimeAuthPlan;