import type { IExecuteFunctions, INodeType, INodeTypeBaseDescription, INodeTypeDescription } from 'n8n-workflow'; export declare class ItemListsV3 implements INodeType { description: INodeTypeDescription; constructor(baseDescription: INodeTypeBaseDescription); execute(this: IExecuteFunctions): Promise; } //# sourceMappingURL=ItemListsV3.node.d.ts.map