import { IExecuteFunctions, INodeExecutionData } from 'n8n-workflow';
export declare function formatResponse(this: IExecuteFunctions, response: any, dataPath?: string): INodeExecutionData[];
