//#region src/utils/semver/index.d.ts declare function satisfy(version: string, range: string): boolean; //#endregion export { satisfy }; //# sourceMappingURL=index.d.ts.map