export const isCompatible: (compatibility: string | undefined, versionUnderTest: number) => boolean;
