import { ApiMethodDeclaration } from '..'; type ParamsData = string; type ResponseData = number[]; export declare const calendarDaysWithOrder: ApiMethodDeclaration; export {};