/** * Match content against a regex pattern. * Returns the first capture group if present, otherwise the full match. */ export declare function regexMatch(content: string, pattern: string): string; //# sourceMappingURL=regex-match.d.ts.map