export declare class AddTaskQueryReplyDto {
    message?: string;
    file?: any;
}
