// @ts-nocheck
export declare const isVersionCompatible: (currentVersion: string, constraints: string | string[]) => boolean;
