/** * @desc 多行文本处理 * @param { String } text * @returns { String } */ export declare const encodeMult: (text: string) => string;