import type { BusyEvent, CalDAVCreds, Calendar } from './types.js';
export declare function getBusyEvents(creds: CalDAVCreds, calendars: Calendar[], startISO: string, endISO: string): Promise<BusyEvent[]>;
//# sourceMappingURL=busy.d.ts.map