export declare class ListAddonInstancesRequest { private 'Content-Type'?; private 'cluster_id'?; constructor(contentType?: string, clusterId?: string); withContentType(contentType: string): ListAddonInstancesRequest; set contentType(contentType: string | undefined); get contentType(): string | undefined; withClusterId(clusterId: string): ListAddonInstancesRequest; set clusterId(clusterId: string | undefined); get clusterId(): string | undefined; } //# sourceMappingURL=ListAddonInstancesRequest.d.ts.map