export declare const isInEnum: (enumVariables: { [key: string]: TEnumValue; }, value: string | number) => value is TEnumValue;