/**
 * @author Javen
 * @copyright javendev@126.com
 * @description 将消息转发到多客服
 */
export declare class TransInfo {
    private KfAccount;
    constructor(KfAccount: string);
    get getKfAccount(): string;
    set setKfAccount(kfAccount: string);
}
