export declare const SETUP_HELP = "usage: gws-axi setup hooks\nInstall or repair agent SessionStart hooks so each session starts with gws-axi's\nhome view (Google Workspace state \u2014 authenticated accounts, write-protection status,\nsetup/health) as ambient context. Installs to Claude Code, Codex, and OpenCode.\nIdempotent; repairs a stale executable path.\nexamples:\n gws-axi setup hooks"; export declare function setupCommand(args: string[]): Promise;