/**
* Check if the string is In
*
* @paramstr - The string to check
* @paramoptions - Options object
* @returns True if the string matches the validation, false otherwise
*/exportdeclarefunctionisIn(str: string, options: string[] | Record<string, any> | string): boolean;