import { CrawlConfig } from '../models'; export declare function ensureIncludeGlobConfig(config: CrawlConfig): Promise; export declare function ensureExcludeGlobConfig(config: CrawlConfig): Promise;