export declare class SendBackTimesheetsDto {
    timesheetLineId: number;
    clientSendBackReason?: string;
}
