import type { CalDAVCreds, NewEventInput } from './types.js';
export declare function createBooking(creds: CalDAVCreds & {
    calendarURL: string;
}, // calendarURL = “…/UUID/”
{ start, end, title, attendee }: NewEventInput): Promise<{
    uid: string;
    url: string;
}>;
//# sourceMappingURL=book.d.ts.map