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