import type { Command } from "commander"; import type { InspectOptions } from "../services/inspect.js"; import type { CommandActionType } from "../types.js"; export declare const inspect: CommandActionType<[string, InspectOptions]>; export declare function inspectCommand(program: Command): void; //# sourceMappingURL=inspect.d.ts.map