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