import type { CliIo, CliOptions } from "./types.js"; export declare function diagnosticsBundleCommand(options: CliOptions, io: CliIo): Promise;