import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../AppStreamClient"; import { UpdateEntitlementRequest, UpdateEntitlementResult, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface UpdateEntitlementCommandInput extends UpdateEntitlementRequest {} export interface UpdateEntitlementCommandOutput extends UpdateEntitlementResult, __MetadataBearer {} declare const UpdateEntitlementCommand_base: { new ( input: UpdateEntitlementCommandInput ): import("@smithy/smithy-client").CommandImpl< UpdateEntitlementCommandInput, UpdateEntitlementCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: UpdateEntitlementCommandInput ): import("@smithy/smithy-client").CommandImpl< UpdateEntitlementCommandInput, UpdateEntitlementCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class UpdateEntitlementCommand extends UpdateEntitlementCommand_base { protected static __types: { api: { input: UpdateEntitlementRequest; output: UpdateEntitlementResult; }; sdk: { input: UpdateEntitlementCommandInput; output: UpdateEntitlementCommandOutput; }; }; }