/** * Default region marker patterns for common file extensions. * * Each entry maps a file extension to an array of regex patterns (RegExp or string). * `{token}` in the pattern source is substituted at parse time with the configured * startTag or endTag. The single capturing group `([\w-]+)` captures the region ID. * * Multiple patterns per extension support multiple comment styles. */ export declare const DEFAULT_REGION_EXTENSION_MAP: Record; //# sourceMappingURL=defaults.d.ts.map