export { r, re, asString, stack, k, getAllGroupNames, getGroupName, simpleRename, _simpleWithParsers, patternHasUnicode } from './core'; import { RepartRegExp } from "./global"; declare global { interface RegExp extends RepartRegExp { } } export declare const initialized = true; export declare const init: () => boolean; export declare const registered = true; export { getGroupInfo, type GroupDetails } from './decomposer'; export { match, extract, matchAndExtract, tryjson, type MatchOpts, type Result, type Extracted, type Parsed, type Raw, type ParsedResult, type RawResult, type RawGroupValue, type GroupValue } from './match'; export { escape, allSpecialChars, type SpecialChar, SpecialCharMeanings } from './special'; export { dedup, type RegExpFlag, type RegExpFlags, allRegExpFlags, RegExpFlagMeanings } from './flags'; export { type UnnamedGroupType, type UnnamedGroupTypeAliases } from "./grouping"; export * from './generic'; export * from './preprocessors'; export * from './common'; export * from './md'; //# sourceMappingURL=index.d.ts.map