type DateType = string | number;
type ConditionType = {
    [key: string]: any;
};
export declare function conditionByDates(dateFrom: DateType, dateTo: DateType, key?: string): ConditionType;
export {};
