export declare function matches(text: string, match: string | RegExp | Iterable<string | RegExp>): boolean;
export default matches;
