export declare const DOCS_ROOT = "https://docs.bot.ai"; export declare function formatDocsLink(path: string, label?: string, opts?: { fallback?: string; force?: boolean; }): string; export declare function formatDocsRootLink(label?: string): string;