export declare function hasErrorCode(err: unknown, target: string, depth?: number): boolean; export declare const inspectCommand: import("citty").CommandDef<{ target: { type: "positional"; required: false; description: string; }; port: { type: "string"; default: string; }; local: { type: "boolean"; default: false; description: string; }; }>; //# sourceMappingURL=inspect.d.ts.map