import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { UpdateEndpointWeightsAndCapacitiesInput, UpdateEndpointWeightsAndCapacitiesOutput, } from "../models/models_4"; export { __MetadataBearer }; export interface UpdateEndpointWeightsAndCapacitiesCommandInput extends UpdateEndpointWeightsAndCapacitiesInput {} export interface UpdateEndpointWeightsAndCapacitiesCommandOutput extends UpdateEndpointWeightsAndCapacitiesOutput, __MetadataBearer {} declare const UpdateEndpointWeightsAndCapacitiesCommand_base: { new ( input: UpdateEndpointWeightsAndCapacitiesCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateEndpointWeightsAndCapacitiesCommandInput, UpdateEndpointWeightsAndCapacitiesCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: UpdateEndpointWeightsAndCapacitiesCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateEndpointWeightsAndCapacitiesCommandInput, UpdateEndpointWeightsAndCapacitiesCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class UpdateEndpointWeightsAndCapacitiesCommand extends UpdateEndpointWeightsAndCapacitiesCommand_base { protected static __types: { api: { input: UpdateEndpointWeightsAndCapacitiesInput; output: UpdateEndpointWeightsAndCapacitiesOutput; }; sdk: { input: UpdateEndpointWeightsAndCapacitiesCommandInput; output: UpdateEndpointWeightsAndCapacitiesCommandOutput; }; }; }