import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetProvisionedModelThroughputRequest, GetProvisionedModelThroughputResponse, } from "../models/models_1"; export { __MetadataBearer }; export interface GetProvisionedModelThroughputCommandInput extends GetProvisionedModelThroughputRequest {} export interface GetProvisionedModelThroughputCommandOutput extends GetProvisionedModelThroughputResponse, __MetadataBearer {} declare const GetProvisionedModelThroughputCommand_base: { new ( input: GetProvisionedModelThroughputCommandInput, ): import("@smithy/core/client").CommandImpl< GetProvisionedModelThroughputCommandInput, GetProvisionedModelThroughputCommandOutput, import("..").BedrockClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetProvisionedModelThroughputCommandInput, ): import("@smithy/core/client").CommandImpl< GetProvisionedModelThroughputCommandInput, GetProvisionedModelThroughputCommandOutput, import("..").BedrockClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetProvisionedModelThroughputCommand extends GetProvisionedModelThroughputCommand_base { protected static __types: { api: { input: GetProvisionedModelThroughputRequest; output: GetProvisionedModelThroughputResponse; }; sdk: { input: GetProvisionedModelThroughputCommandInput; output: GetProvisionedModelThroughputCommandOutput; }; }; }