import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteProvisionedModelThroughputRequest, DeleteProvisionedModelThroughputResponse, } from "../models/models_1"; export { __MetadataBearer }; export interface DeleteProvisionedModelThroughputCommandInput extends DeleteProvisionedModelThroughputRequest {} export interface DeleteProvisionedModelThroughputCommandOutput extends DeleteProvisionedModelThroughputResponse, __MetadataBearer {} declare const DeleteProvisionedModelThroughputCommand_base: { new ( input: DeleteProvisionedModelThroughputCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteProvisionedModelThroughputCommandInput, DeleteProvisionedModelThroughputCommandOutput, import("..").BedrockClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteProvisionedModelThroughputCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteProvisionedModelThroughputCommandInput, DeleteProvisionedModelThroughputCommandOutput, import("..").BedrockClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteProvisionedModelThroughputCommand extends DeleteProvisionedModelThroughputCommand_base { protected static __types: { api: { input: DeleteProvisionedModelThroughputRequest; output: {}; }; sdk: { input: DeleteProvisionedModelThroughputCommandInput; output: DeleteProvisionedModelThroughputCommandOutput; }; }; }