export declare class UltramsgChatSendDto {
    token: string;
    to: string;
    body: string;
    priority?: string;
    referenceId?: string;
    msgId?: string;
}
