import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetCustomModelDeploymentRequest, GetCustomModelDeploymentResponse, } from "../models/models_0"; export { __MetadataBearer }; export interface GetCustomModelDeploymentCommandInput extends GetCustomModelDeploymentRequest {} export interface GetCustomModelDeploymentCommandOutput extends GetCustomModelDeploymentResponse, __MetadataBearer {} declare const GetCustomModelDeploymentCommand_base: { new ( input: GetCustomModelDeploymentCommandInput, ): import("@smithy/core/client").CommandImpl< GetCustomModelDeploymentCommandInput, GetCustomModelDeploymentCommandOutput, import("..").BedrockClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetCustomModelDeploymentCommandInput, ): import("@smithy/core/client").CommandImpl< GetCustomModelDeploymentCommandInput, GetCustomModelDeploymentCommandOutput, import("..").BedrockClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetCustomModelDeploymentCommand extends GetCustomModelDeploymentCommand_base { protected static __types: { api: { input: GetCustomModelDeploymentRequest; output: GetCustomModelDeploymentResponse; }; sdk: { input: GetCustomModelDeploymentCommandInput; output: GetCustomModelDeploymentCommandOutput; }; }; }