import { INodePropertyOptions } from 'n8n-workflow'; export declare const name = "Scrape A Url And Get Its Content"; declare const properties: import("n8n-workflow").INodeProperties[], option: INodePropertyOptions; export { option, properties };