import { INodeProperties } from 'n8n-workflow'; export declare const name = "crawl"; export declare const displayName = "Crawl a website and scrape all pages"; export declare const operationName = "crawl"; export declare const resourceName = "Crawling"; declare const options: import("n8n-workflow").INodePropertyOptions, properties: INodeProperties[]; export { options, properties };