/** * The installed `@metaobjectsdev/cli` version, read from its own package.json so it * never goes stale. Walks up from this module to the cli package root; returns * "0.0.0" if not found. */ export declare function cliVersion(): string; //# sourceMappingURL=version.d.ts.map