import { Setting } from '../interface';
export declare function convertTextLink(t: string, setting: Setting): string;
