import { IExecuteFunctions } from 'n8n-workflow';
export declare function getProductsAdvnced(ef: IExecuteFunctions, i: number): Promise<any>;
export declare function getProductsHTML(ef: IExecuteFunctions, i: number): Promise<any>;
export declare function getSellersAdvnced(ef: IExecuteFunctions, i: number): Promise<any>;
export declare function getProductInfo(ef: IExecuteFunctions, i: number): Promise<any>;
export declare function getProductReviews(ef: IExecuteFunctions, i: number): Promise<any>;
