import { AmazonSellingPartnerAPIClient } from "./AmazonSellingPartnerAPIClient.js"; import { CreateUploadDestinationForResourceQuery, CreateUploadDestinationResponse } from "../types/uploads-api/v2020-11-01.js"; /** A client for v2020-11-01 of the Uploads endpoints of the Amazon Selling Partner API. */ export declare class AmazonSellingPartnerUploadsAPIClient { amazonSellingPartnerApiClient: AmazonSellingPartnerAPIClient; constructor(amazonSellingPartnerApiClient: AmazonSellingPartnerAPIClient); createUploadDestinationForResource(resource: string, query: CreateUploadDestinationForResourceQuery): Promise; } //# sourceMappingURL=AmazonSellingPartnerUploadsAPIClient.d.ts.map