export declare class ContactChannelVO { readonly platform: string; readonly channelId: string; readonly channelUserId: string; }