import type { KlawConfig } from "../config/types.klaw.js"; export declare function resolvePreferredProviderForAuthChoice(params: { choice: string; config?: KlawConfig; workspaceDir?: string; env?: NodeJS.ProcessEnv; includeUntrustedWorkspacePlugins?: boolean; }): Promise;