n8n-nodes-dataforseo
Version:
DataForSEO is an SEO and marketing data provider, empowering businesses with invaluable insights via APIs and databases.
7 lines (6 loc) • 556 B
TypeScript
import { IExecuteFunctions } from 'n8n-workflow';
export declare function getLiveChatGptLlmResponses(ef: IExecuteFunctions, i: number): Promise<any>;
export declare function getLiveChatGptLlmResultsAdvanced(ef: IExecuteFunctions, i: number): Promise<any>;
export declare function getLiveChatGptLlmResultsHTML(ef: IExecuteFunctions, i: number): Promise<any>;
export declare function geChatGptLlmResultsAdvanced(ef: IExecuteFunctions, i: number): Promise<any>;
export declare function geChatGptLlmResultsHTML(ef: IExecuteFunctions, i: number): Promise<any>;