import type { IExecuteFunctions, ILoadOptionsFunctions, INodeExecutionData, INodePropertyOptions, INodeType, INodeTypeDescription } from 'n8n-workflow'; export declare class Magento2 implements INodeType { description: INodeTypeDescription; methods: { loadOptions: { getCountries(this: ILoadOptionsFunctions): Promise; getGroups(this: ILoadOptionsFunctions): Promise; getStores(this: ILoadOptionsFunctions): Promise; getWebsites(this: ILoadOptionsFunctions): Promise; getCustomAttributes(this: ILoadOptionsFunctions): Promise; getSystemAttributes(this: ILoadOptionsFunctions): Promise; getProductTypes(this: ILoadOptionsFunctions): Promise; getCategories(this: ILoadOptionsFunctions): Promise; getAttributeSets(this: ILoadOptionsFunctions): Promise; getFilterableCustomerAttributes(this: ILoadOptionsFunctions): Promise; getProductAttributes(this: ILoadOptionsFunctions): Promise; getFilterableProductAttributes(this: ILoadOptionsFunctions): Promise; getSortableProductAttributes(this: ILoadOptionsFunctions): Promise; getOrderAttributes(this: ILoadOptionsFunctions): Promise; }; }; execute(this: IExecuteFunctions): Promise; } //# sourceMappingURL=Magento2.node.d.ts.map