export declare const GET_HELP = "usage: gws-axi slides get [flags]\nargs[1]:\n The Slides presentation ID (from the URL after /d/)\nflags[1]:\n --account Account override when 2+ are configured\nexamples:\n gws-axi slides get 1AbC...\noutput:\n A `presentation{id,title,slide_count,revision_id}` header and a\n `slides[N]{index,page_id,title}` table \u2014 one row per slide. Use this\n to pick a target page_id for `slides page `, or\n go straight to `slides summarize ` for the full content.\nnotes:\n This is light metadata only \u2014 no slide bodies or speaker notes.\n For the full deck contents, use `slides summarize`.\n"; export declare function slidesGetCommand(account: string, args: string[]): Promise;