import { INodeProperties } from 'n8n-workflow'; export declare const name = "batchScrape"; export declare const displayName = "Batch scrape multiple URLs simultaneously"; export declare const operationName = "batchScrape"; export declare const resourceName = "Scraping"; declare const options: import("n8n-workflow").INodePropertyOptions, properties: INodeProperties[]; export { options, properties };