import { INodeProperties } from 'n8n-workflow'; export declare const name = "cancelBatchScrape"; export declare const displayName = "Cancel batch scrape job"; export declare const resourceName = "Scraping"; declare const options: import("n8n-workflow").INodePropertyOptions, properties: INodeProperties[]; export { options, properties };