/** * Centralized version management. * * All version references should import from this module rather than * hardcoding the version string. */ /** * The current Bellwether version. */ export declare const VERSION: string; /** * Package name. */ export declare const PACKAGE_NAME = "@dotsetlabs/bellwether"; /** * User-Agent string for HTTP requests. */ export declare const USER_AGENT: string; //# sourceMappingURL=version.d.ts.map