export declare const ScraperComponentType: { readonly ServiceDiscovery: "SERVICE_DISCOVERY"; readonly Collector: "COLLECTOR"; readonly Exporter: "EXPORTER"; }; /** * Type of scraper component */ export type ScraperComponentType = (typeof ScraperComponentType)[keyof typeof ScraperComponentType];