export declare function isOneOf(one: string, ofTarget: string | string[]): boolean;
export default isOneOf;
