/**
 * Generates a standard URL to the docs of a given rule
 * @param {string} name Rule name
 * @return {string}
 */
export declare function getDocsUrl(name: string): string;
/**
 * Generates a URL for the given path on MDN
 * @param {string} path Docs path
 * @return {string}
 */
export declare function getMdnUrl(path: string): string;
/**
 * Generates a URL for module-replacements documentation for a given path
 * @param {string} path Docs path
 * @return {string}
 */
export declare function getReplacementsDocUrl(path: string): string;
