/** * CLI version — injected at compile time for binaries, read from package.json * for development. * * In compiled binaries (`bun build --compile`), `--define` replaces * `process.env.TX_CLI_VERSION` with a string literal at bundle time, so * the filesystem read is never reached. This avoids Bun minifier bugs * that can hoist `readFileSync` out of try-catch blocks. */ export declare const CLI_VERSION: string; //# sourceMappingURL=version.d.ts.map