import { IExecuteFunctions, INodeExecutionData } from 'n8n-workflow';
/**
 * Format the API response data into n8n node execution data
 */
export declare function formatResponse(this: IExecuteFunctions, responseData: any): INodeExecutionData[];
