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