import { IExecuteFunctions, INodeExecutionData, INodeType, INodeTypeDescription } from 'n8n-workflow'; export declare const ACTOR_ID = "aYG0l9s7dbB7j3gbS"; export declare class ApifyContentCrawler implements INodeType { description: INodeTypeDescription; methods: {}; execute(this: IExecuteFunctions): Promise; }