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