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