declare const getRegexMatches: (regex: RegExp, source: string) => string[];


export = getRegexMatches;