/** 翻译接口 */ export declare type $TFunc = (srcStr: string) => string;