/** * Immutable SDK build identity injected by Vite for published bundles. * * The fallbacks keep source-level Vitest runs and direct TypeScript consumers * usable without relying on Node globals in the browser. Published canaries * receive their stamped package version and Git SHA from vite.config.ts. */ export declare const SDK_VERSION: string; export declare const SDK_BUILD_SHA: string; export declare const SDK_BUILD_INFO: Readonly<{ sdkVersion: string; buildSha: string; }>; //# sourceMappingURL=build-info.d.ts.map