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