import { DataDay } from '../interfaces/IDays';
export declare function createMonth(startDate: string, endDate: string): DataDay[];
