export declare function dateRange(from: string, to: string, includeFuture?: boolean): string[]; export default dateRange;