export declare class CreatePhpExpenseReportDto {
    fromDate: string;
    toDate: string;
}
