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>;
