export declare const LABELS_HELP = "usage: gws-axi gmail labels [flags]\nflags[2]:\n --type Filter by label type: user | system | all (default: all)\n --account Account override when 2+ are configured\nexamples:\n gws-axi gmail labels\n gws-axi gmail labels --type user\noutput:\n A `labels[N]{id,name,type,threads_total,threads_unread,messages_total,messages_unread}`\n table. Use any `name` value with `gws-axi gmail search --in ` to\n filter by that label.\nnotes:\n System labels (INBOX, SENT, DRAFT, STARRED, UNREAD, TRASH, SPAM, and\n CATEGORY_* auto-filters) are always present; user labels are whatever\n you've created. `threads_unread` on INBOX is a useful at-a-glance\n \"how many unread threads do I have\" metric.\n"; export declare function gmailLabelsCommand(account: string, args: string[]): Promise;