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