export declare class RegexUtils { static extractIntegerStrs(targetString: string): RegExpMatchArray; static extractFloatStrs(targetString: string): RegExpMatchArray; } //# sourceMappingURL=regexUtils.d.ts.map