/** * * `glob` - Glob * * `regex` - Regex */ export declare enum CrawlerPatternTypeEnum { GLOB = "glob", REGEX = "regex" }