export declare const GET_HELP = "usage: gws-axi drive get [flags]\nargs[1]:\n The Drive file ID (from the URL or `drive search` / ls output)\nflags[1]:\n --account Account override when 2+ are configured\nexamples:\n gws-axi drive get 1AbC...\noutput:\n A `file{...}` object with name, mime_type, size, owners, parents,\n modified/created times, and view-link. For native Google files\n (Docs, Sheets, Slides) we include hints pointing at `docs read` /\n `docs download`; for other types, `drive download`.\n"; export declare function driveGetCommand(account: string, args: string[]): Promise;