export declare function readVersionFromPackageJsonForModuleUrl(moduleUrl: string): string | null; export declare function readVersionFromBuildInfoForModuleUrl(moduleUrl: string): string | null; export declare function resolveVersionFromModuleUrl(moduleUrl: string): string | null; export declare const VERSION: string;