export declare function formatDocsLink(path: string | undefined | null, label?: string, opts?: {
    fallback?: string;
    force?: boolean;
}): string;
