export declare const LINK_START_REGEX: RegExp;
export declare const LINK_STRING_REGEX = "[$<text>](https://www.urbandictionary.com$<url>)";
export declare const LINK_END_REGEX: RegExp;
export declare const NEW_LINE_REGEX: RegExp;
export declare const TERM_ID_REGEX: RegExp;
