declare let _version: 'web' | 'npm'; export declare function setVersionType(version: typeof _version): void; export declare function getVersionType(): typeof _version; export {}; //# sourceMappingURL=version-type.d.ts.map