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