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