import { Calendar } from "./interface"; export declare const toMomentBusinessDayConfig: (config: Calendar | Calendar[]) => { workingWeekdays: number[]; holidays: string[]; holidayFormat: string; };