import { ClientSDK, RequestOptions } from "../lib/sdks.js"; import * as models from "./models/index.js"; export declare class CouponAssociations extends ClientSDK { /** * List coupon associations * * @remarks * List coupon associations with optional filters. Coupon associations are created and removed via the subscription modify API. */ listCouponAssociations(request?: models.ListCouponAssociationsRequest | undefined, options?: RequestOptions): Promise; /** * Get coupon association * * @remarks * Get a single coupon association by ID. Coupon associations are created and removed via the subscription modify API. */ getCouponAssociation(id: string, options?: RequestOptions): Promise; } //# sourceMappingURL=coupon-associations.d.ts.map