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