/** * Current Weft package version. Useful for diagnostics, telemetry, discovery * documents, and verifying which build is running. * * @example * ```ts * import { VERSION } from '@lostgradient/weft'; * * console.log(`Running Weft ${VERSION}`); * ``` */ export declare const VERSION = "0.25.0";