export * as PCREUtils from './pcre-utils/index.js';
export * as TemplateEngine from './template-engine/index.js';
export * as DataProcessing from './data-processing/index.js';
export type { RegexMatch, PCRECompileOptions, SubstitutionContext } from './pcre-utils/index.js';
export type { RegexVariables, TemplateContext, VariableProcessingResult } from './template-engine/index.js';
export type { ValidationResult, ValidationError, TransformOptions } from './data-processing/index.js';
//# sourceMappingURL=index.d.ts.map