import type { Combinator } from '../types.ts'; export declare function regex(pattern: string | RegExp, flags?: string): Combinator; //# sourceMappingURL=regex.d.ts.map