import type { AuthProfileStore } from "../agents/auth-profiles/types.js"; import type { KlawConfig } from "../config/types.klaw.js"; import type { WizardPrompter } from "../wizard/prompts.js"; import type { AuthChoice } from "./onboard-types.js"; export declare function promptAuthChoiceGrouped(params: { prompter: WizardPrompter; store: AuthProfileStore; includeSkip: boolean; config?: KlawConfig; workspaceDir?: string; env?: NodeJS.ProcessEnv; }): Promise;