import { type GoogleConfig } from "../lib/google-client.js"; import { type CalendarEventItem } from "./calendar-list.js"; export declare function runCalendarEvent(config: GoogleConfig, args: { eventId: string; }): Promise; //# sourceMappingURL=calendar-event.d.ts.map