import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { UpdateProvisionedModelThroughputRequest, UpdateProvisionedModelThroughputResponse, } from "../models/models_1"; export { __MetadataBearer }; export interface UpdateProvisionedModelThroughputCommandInput extends UpdateProvisionedModelThroughputRequest {} export interface UpdateProvisionedModelThroughputCommandOutput extends UpdateProvisionedModelThroughputResponse, __MetadataBearer {} declare const UpdateProvisionedModelThroughputCommand_base: { new ( input: UpdateProvisionedModelThroughputCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateProvisionedModelThroughputCommandInput, UpdateProvisionedModelThroughputCommandOutput, import("..").BedrockClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: UpdateProvisionedModelThroughputCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateProvisionedModelThroughputCommandInput, UpdateProvisionedModelThroughputCommandOutput, import("..").BedrockClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class UpdateProvisionedModelThroughputCommand extends UpdateProvisionedModelThroughputCommand_base { protected static __types: { api: { input: UpdateProvisionedModelThroughputRequest; output: {}; }; sdk: { input: UpdateProvisionedModelThroughputCommandInput; output: UpdateProvisionedModelThroughputCommandOutput; }; }; }