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