export declare const matchAll: (regexp: RegExp) => (string: string) => IterableIterator<RegExpMatchArray>;
