//#region src/lib/constants.d.ts /** Telemetry tool name — user-facing in disclosure and consent strings. */ export declare const TOOL_NAME = "evlog-cli"; /** Package version — shared by the main meta and command headers. */ declare const VERSION: string; //#endregion //#region src/index.d.ts /** * The evlog CLI command tree, telemetry-wrapped and ready for `runMain()`. * Command bodies live under `commands/` — see `commands/index.ts` to register one. */ export declare const main: import("citty").CommandDef<{ readonly debug: { readonly type: "boolean"; readonly description: "Emit a debug case file via evlog"; }; }>; //#endregion export { VERSION as version }; //# sourceMappingURL=index.d.mts.map