import { SearchProductOptionsType, AccountConfigType, AccountDataType, SearchProductResultType } from '../types';
export declare function searchProductRequest(options: SearchProductOptionsType, accountData: AccountDataType, accountConfig: AccountConfigType): Promise<SearchProductResultType[]>;
//# sourceMappingURL=searchProductRequest.d.ts.map