export declare const PAGE_HELP = "usage: gws-axi slides page [flags]\nargs[2]:\n The Slides presentation ID\n The slide's objectId (page_id from `slides get`)\nflags[1]:\n --account Account override when 2+ are configured\nexamples:\n gws-axi slides page 1AbC... gd87cbcb3a4_0_42\noutput:\n A `slide{index,page_id,title,image_count,table_count,has_video}`\n header and `body` + (when present) `speaker_notes` blocks. The\n body is a single text block joining every shape's/table's visible\n text on the slide in document order.\nnotes:\n Embedded hyperlinks in the body resolve inline as markdown `[text](url)`\n (links_resolved: N in the header). For the full deck use\n `slides summarize`. `page` is for one-slide reads when the agent\n already knows which slide it wants (e.g., a slide-by-slide walk).\n"; export declare function slidesPageCommand(account: string, args: string[]): Promise;