export declare function isOneOf<T>(value: T, ...validValues: T[]): boolean;
