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