export declare class CreateInvoiceDto {
    timeSheetLineId: number;
}
