import Swift import _MatchingEngine @frozen public struct Regex { @usableFromInline init(_regexString: String) {} } public enum DynamicCaptures {}