/** * Resolve this CLI package's own version. We try a couple of relative paths * because Bun's bundler places the runtime entry one or two levels away from * `package.json` depending on build config. */ export declare function getSelfVersion(): string; //# sourceMappingURL=self-version.d.ts.map