import { RequestData } from "../type"; export declare type ScheduleAvailability = { date: string; color: [{ color: string; schedule_id: number; }]; type: 'background'; }; export declare const getScheduleAvailability: (params: { schedule_ids?: number[]; }) => Promise>;