import type { APIGroupMessage, CalendarEventStartingEvent } from 'groupme-api-types';
import type { Client } from '../../../..';
export declare function starting(client: Client, message: APIGroupMessage, event: CalendarEventStartingEvent): Promise<void>;
//# sourceMappingURL=calendar.event.starting.d.ts.map