import { type GoogleConfig } from "../lib/google-client.js"; /** Google has no separate cancel verb: DELETE removes the event and, with * sendUpdates=all, notifies attendees. That is the same user-visible outcome * as Outlook's cancel. */ export declare function runCalendarCancel(config: GoogleConfig, args: { eventId: string; }): Promise<{ cancelled: string; }>; //# sourceMappingURL=calendar-cancel.d.ts.map