import { INodeProperties } from 'n8n-workflow'; export declare const apiProperties: INodeProperties[]; export declare const apiMethods: { Scraping: { scrape: { execute(this: any): any; }; batchScrape: { execute(this: any): any; }; batchScrapeStatus: { execute(this: any): any; }; batchScrapeErrors: { execute(this: any): any; }; cancelBatchScrape: { execute(this: any): any; }; }; Crawling: { crawl: { execute(this: any): any; }; getCrawlStatus: { execute(this: any): any; }; cancelCrawl: { execute(this: any): any; }; getCrawlErrors: { execute(this: any): any; }; crawlActive: { execute(this: any): any; }; crawlParamsPreview: { execute(this: any): any; }; }; Agent: { agent: { execute(this: any): any; }; agentAsync: { execute(this: any): any; }; getAgentStatus: { execute(this: any): any; }; }; MapSearch: { map: { execute(this: any): any; }; search: { execute(this: any): any; }; }; Account: { teamCreditUsage: { execute(this: any): any; }; creditUsageHistorical: { execute(this: any): any; }; teamTokenUsage: { execute(this: any): any; }; teamTokenUsageHistorical: { execute(this: any): any; }; teamQueueStatus: { execute(this: any): any; }; }; Browser: { browserContext: { execute(this: any): any; }; browserCreate: { execute(this: any): any; }; browserExecute: { execute(this: any): any; }; browserList: { execute(this: any): any; }; browserDelete: { execute(this: any): any; }; }; Interact: { interactContext: { execute(this: any): any; }; interact: { execute(this: any): any; }; interactStop: { execute(this: any): any; }; }; Extract: { extract: { execute(this: any): any; }; getExtractStatus: { execute(this: any): any; }; }; };