import type { MatchPattern } from '../types.js';
export declare const findOneOf: (data: string) => (matches: (MatchPattern)[]) => 0 | 1;
