export declare class MarkTaskQueryMessagesReadDto {
    messageUuid?: string;
    messageUuids?: string[];
}
