/**
 * Auto-generated version information type definitions
 */

export interface VersionInfo {
  version: string;
  name: string;
  buildTime: string;
  nodeVersion: string;
}

export declare const VERSION_INFO: VersionInfo;
export declare const VERSION: string;
export declare const PACKAGE_NAME: string;
export declare const BUILD_TIME: string;
