import { IExecuteFunctions } from 'n8n-workflow';
export declare function getProductsByFilter(this: IExecuteFunctions): Promise<import("n8n-workflow").INodeExecutionData[]>;
export declare function createProduct(this: IExecuteFunctions): Promise<{
    json: any;
}[]>;
