export declare const VERSION = "0.22.2"; /** * Get the inspector package version. * The version is embedded at build time via scripts/generate-version.mjs * Works in all environments (Node.js, browser, Cloudflare Workers, Deno, etc.) */ export declare function getInspectorVersion(): string; //# sourceMappingURL=version.d.ts.map