/* tslint:disable */ /* eslint-disable */ /* NAPI-RS type definitions for @opencode-cloud/core */ /** * Get the version string for Node.js consumers */ export function getVersionJs(): string; /** * Get the long version string with build info for Node.js consumers */ export function getVersionLongJs(): string;