export declare const FIND_HELP = "usage: gws-axi docs find --query [flags]\nargs[1]:\n The Google Doc ID (from the URL after /d/)\nflags[4]:\n --query Text to search for (case-insensitive; required)\n --tab Tab to search within (default: first tab)\n --limit Max matches to return (default: 50)\n --account Account override when 2+ are configured\nexamples:\n gws-axi docs find 1BxAbc... --query \"sprint goal\"\n gws-axi docs find 1BxAbc... --query foo --tab t.1 --limit 10\noutput:\n A `matches[N]{ref,paragraph,start,end,context}` table. The `ref`\n column holds compact `@N` handles that future mutation subcommands\n (insert-text, delete-range) will accept as shorthand for the matched\n range. `start` and `end` are raw Docs API character offsets.\nnotes:\n Search is restricted to one tab per call \u2014 v1 does not fan out across\n sibling tabs. Use `gws-axi docs read ` (no --tab) to see the tabs\n list and pick one.\n"; export declare function docsFindCommand(account: string, args: string[]): Promise;