import { type Writer } from "./peer-command.js"; interface CliErrorDetails { readonly usage?: string | undefined; readonly nextSteps?: readonly string[] | undefined; readonly docsPath?: string | undefined; } export declare function writeCliError(writer: Writer, message: string, details?: CliErrorDetails): void; export declare function describeCliFailure(argv: readonly string[]): CliErrorDetails; export {}; //# sourceMappingURL=cli-error.d.ts.map