import type { KlawConfig } from "../../config/types.klaw.js"; export type ExternalCliAuthScope = { providerIds: string[]; profileIds: string[]; }; export declare function resolveExternalCliAuthScopeFromConfig(cfg: KlawConfig): ExternalCliAuthScope | undefined;