/**
 * Check if `a` is one of `[...b]`
 */
export declare function isOneOf(a: any, b?: any[]): boolean;
