import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateProvisionedModelThroughputRequest, CreateProvisionedModelThroughputResponse, } from "../models/models_1"; export { __MetadataBearer }; export interface CreateProvisionedModelThroughputCommandInput extends CreateProvisionedModelThroughputRequest {} export interface CreateProvisionedModelThroughputCommandOutput extends CreateProvisionedModelThroughputResponse, __MetadataBearer {} declare const CreateProvisionedModelThroughputCommand_base: { new ( input: CreateProvisionedModelThroughputCommandInput, ): import("@smithy/core/client").CommandImpl< CreateProvisionedModelThroughputCommandInput, CreateProvisionedModelThroughputCommandOutput, import("..").BedrockClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CreateProvisionedModelThroughputCommandInput, ): import("@smithy/core/client").CommandImpl< CreateProvisionedModelThroughputCommandInput, CreateProvisionedModelThroughputCommandOutput, import("..").BedrockClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CreateProvisionedModelThroughputCommand extends CreateProvisionedModelThroughputCommand_base { protected static __types: { api: { input: CreateProvisionedModelThroughputRequest; output: CreateProvisionedModelThroughputResponse; }; sdk: { input: CreateProvisionedModelThroughputCommandInput; output: CreateProvisionedModelThroughputCommandOutput; }; }; }