export declare const RESPOND_HELP = "usage: gws-axi calendar respond --response [flags]\nargs[1]:\n Event ID you've been invited to\nflags[4]:\n --response REQUIRED: accepted | tentative | declined | needsAction\n --comment Optional comment (visible to the organizer)\n --calendar Calendar containing the event (default: primary)\n --send-updates none | all | externalOnly (default: all \u2014 notifies organizer)\n --account REQUIRED when 2+ accounts are authenticated\nexamples:\n gws-axi calendar respond abc_123 --response accepted\n gws-axi calendar respond abc_123 --response declined --comment \"Timezone conflict\"\n gws-axi calendar respond abc_123 --response tentative --send-updates none\nnotes:\n Updates the `self: true` attendee's responseStatus via events.patch.\n The event must already have you listed as an attendee \u2014 you can't RSVP\n to something you weren't invited to. If you're the sole organizer of\n a single-person event, there's no attendee to update (use calendar\n update to change the event itself).\n Default --send-updates is \"all\" (organizer expects to know your\n response) \u2014 differs from create/update/delete which default to \"none\".\n"; export declare function calendarRespondCommand(account: string, args: string[]): Promise;