import { INodeProperties } from 'n8n-workflow'; export declare const name = "cancelCrawl"; export declare const displayName = "Cancel a crawl job"; export declare const resourceName = "Crawling"; declare const options: import("n8n-workflow").INodePropertyOptions, properties: INodeProperties[]; export { options, properties };