import { ClientSDK, RequestOptions } from "../lib/sdks.js"; import * as models from "./models/index.js"; export declare class Marketplace extends ClientSDK { /** * Register an AWS Marketplace agreement * * @remarks * Registers an AWS Marketplace buyer agreement against an existing Flexprice subscription, upserting plan/subscription/customer integration mappings in one call. */ postMarketplaceAgreements(request: models.RegisterMarketplaceAgreementRequest, options?: RequestOptions): Promise; } //# sourceMappingURL=marketplace.d.ts.map