export declare const CrawlType: { readonly Discovery: "discovery"; readonly Sitemap: "sitemap"; }; export type CrawlType = (typeof CrawlType)[keyof typeof CrawlType];