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