export declare const removeBrackets: (str: string) => string;
export declare const removeDoubleBackSlashes: (str: string) => string;
export declare const wikiStyleLinksRule: {
    filter: any;
    replacement: (content: any, node: any) => any;
};
export declare const getShortLinkIfPossible: (token: any, value: string) => string;
