import { CommandModule } from "yargs"; type InspectCommand = {}; export declare const InspectCommand: CommandModule; export {};