export declare const GET_HELP = "usage: gws-axi calendar get [flags]\nargs[1]:\n Event ID (from `calendar events` output)\nflags[3]:\n --calendar Calendar containing the event (default: \"primary\")\n --full Don't truncate description / attendee list\n --account Account override when 2+ are configured\nexamples:\n gws-axi calendar get abc_123 --calendar primary\n gws-axi calendar get abc_123 --full\noutput:\n Event metadata (summary, start/end, status, creator, organizer,\n location, hangout link, htmlLink) plus the attendee list with each\n person's response status. Description is truncated to 500 chars by\n default \u2014 use --full to see the complete body.\n\n A conference{} block surfaces the provider-uniform join link when the\n event has conferencing: provider, join_url, and source (conferenceData |\n hangoutLink | description | location). conference_entry_points[] lists\n the structured video/phone/sip entries when conferenceData is present.\n A source of description/location means the URL was scraped best-effort\n from free text (externally-organized Teams/Zoom/Webex meetings carry no\n conferenceData) \u2014 verify before use.\n"; export declare function calendarGetCommand(account: string, args: string[]): Promise;