declare function resolveRegex(data: string, regex: RegExp): { include: boolean; matchs: RegExpMatchArray | null; groups: any[] | null; }; interface resolveRegex { include: boolean; matchs: RegExpMatchArray | null; groups: any[] | null; } export { resolveRegex }; //# sourceMappingURL=index.d.ts.map