import { INodeExecutionData } from 'n8n-workflow';
/**
 * Formats the API response into n8n node items
 *
 * @param response The API response to format
 * @returns Formatted array of node items
 */
export declare function formatResponse(response: any): INodeExecutionData[];
