import type { HelpSurface } from "./types"; import { type CliProgram } from "./program"; export declare function formatUsage(surface: HelpSurface, program?: CliProgram): string; export declare const AGENT_USAGE: string; export declare const HUMAN_USAGE: string; export declare const USAGE: string; //# sourceMappingURL=usage.d.ts.map