/** * The CLI version embedded by the production build. * * Keep package.json out of the bundle: it contains development-only scripts * and endpoints that should never be shipped as executable bundle metadata. */ export declare const PACKAGE_VERSION: string;