import type { KlawConfig } from "../../config/types.klaw.js"; import type { AuthProfileStore } from "./types.js"; export declare function resolveAuthProfileDisplayLabel(params: { cfg?: KlawConfig; store: AuthProfileStore; profileId: string; }): string;