export declare function checkOneOf(value: T, possibleValues: readonly T[], error: string): void;