export function client(path: any, { body, method, baseUrl, marketplaceId, apiKey, token, ...customConfig }?: { body: any; method: any; baseUrl: any; marketplaceId: any; apiKey: any; token: any; }): Promise;