export declare const fulfillsVersionRequirement: ({ given, expected, }: {
    expected: string;
    given: string;
}) => boolean;
