import type { MatchPattern } from '../types.js';
export declare const countAll: (data: string) => (str: MatchPattern) => number;
