export declare class MarkTaskAsCompletedDto {
    status: string;
}
