export declare class DateRangeDto {
    from?: string;
    to?: string;
}
