import { FormatterContext } from '../types'; export declare function getRuleDocumentationUrl(ruleCode: string | number, ctx?: FormatterContext): string | undefined;