import { IExecuteFunctions } from 'n8n-workflow';
export declare function getAmazonProductsAdvnced(ef: IExecuteFunctions, i: number): Promise<any>;
export declare function getAmazonProductsHtml(ef: IExecuteFunctions, i: number): Promise<any>;
export declare function getAmazonProductAsinsAdvnced(ef: IExecuteFunctions, i: number): Promise<any>;
export declare function getAmazonProductAsinsHtml(ef: IExecuteFunctions, i: number): Promise<any>;
export declare function getAmazonSellersAdvnced(ef: IExecuteFunctions, i: number): Promise<any>;
export declare function getAmazonSellersHtml(ef: IExecuteFunctions, i: number): Promise<any>;
