import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateCustomModelDeploymentRequest, CreateCustomModelDeploymentResponse, } from "../models/models_0"; export { __MetadataBearer }; export interface CreateCustomModelDeploymentCommandInput extends CreateCustomModelDeploymentRequest {} export interface CreateCustomModelDeploymentCommandOutput extends CreateCustomModelDeploymentResponse, __MetadataBearer {} declare const CreateCustomModelDeploymentCommand_base: { new ( input: CreateCustomModelDeploymentCommandInput, ): import("@smithy/core/client").CommandImpl< CreateCustomModelDeploymentCommandInput, CreateCustomModelDeploymentCommandOutput, import("..").BedrockClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CreateCustomModelDeploymentCommandInput, ): import("@smithy/core/client").CommandImpl< CreateCustomModelDeploymentCommandInput, CreateCustomModelDeploymentCommandOutput, import("..").BedrockClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CreateCustomModelDeploymentCommand extends CreateCustomModelDeploymentCommand_base { protected static __types: { api: { input: CreateCustomModelDeploymentRequest; output: CreateCustomModelDeploymentResponse; }; sdk: { input: CreateCustomModelDeploymentCommandInput; output: CreateCustomModelDeploymentCommandOutput; }; }; }