/** * Print usage/help text for the given command to stdout. * When no command is provided, print the top-level command index. */ export declare function printUsage(command?: string): void; export declare function printVersion(): void; //# sourceMappingURL=usage.d.ts.map