type ValidType = number | undefined | null | string; export declare class SupportedVersions { private static readonly set_; static has(value: ValidType): boolean; } export {};