import { type IDataObject, type NodeApiError } from '@tosspayments/n8n-workflow'; import type { UpdateRecord } from './interfaces'; export declare function removeIgnored(data: IDataObject, ignore: string | string[]): IDataObject; export declare function findMatches(data: UpdateRecord[], keys: string[], fields: IDataObject, updateAll?: boolean): UpdateRecord[]; export declare function processAirtableError(error: NodeApiError, id?: string, itemIndex?: number): NodeApiError; export declare const flattenOutput: (record: IDataObject) => { [x: string]: IDataObject | import("@tosspayments/n8n-workflow").GenericValue | import("@tosspayments/n8n-workflow").GenericValue[] | IDataObject[]; }; //# sourceMappingURL=utils.d.ts.map