export declare function findMatches(regex: RegExp, string: string): Generator<{ index: number; match: string; }, void, never>;