export declare function execTyped(regex: RegExp, string: string): T | undefined; export declare const bytesRegex: RegExp; export declare const integerRegex: RegExp; export declare const isTupleRegex: RegExp; //# sourceMappingURL=regex.d.ts.map