/**
 * Version utilities for the Nexus Bridge
 * Provides access to the package version for display in logs
 */
/**
 * Get the package version from package.json
 * @returns The version string from package.json
 */
export declare function getVersion(): string;
/**
 * The current version of the Nexus Bridge
 */
export declare const version: string;
//# sourceMappingURL=version.d.ts.map