/**
 * Names of tools used by the USE CALENDAR commitment.
 *
 * @private constant of UseCalendarCommitmentDefinition
 */
export declare const UseCalendarToolNames: {
    readonly listEvents: string;
    readonly getEvent: string;
    readonly createEvent: string;
    readonly updateEvent: string;
    readonly deleteEvent: string;
    readonly inviteGuests: string;
};
