import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteCustomModelDeploymentRequest, DeleteCustomModelDeploymentResponse, } from "../models/models_0"; export { __MetadataBearer }; export interface DeleteCustomModelDeploymentCommandInput extends DeleteCustomModelDeploymentRequest {} export interface DeleteCustomModelDeploymentCommandOutput extends DeleteCustomModelDeploymentResponse, __MetadataBearer {} declare const DeleteCustomModelDeploymentCommand_base: { new ( input: DeleteCustomModelDeploymentCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteCustomModelDeploymentCommandInput, DeleteCustomModelDeploymentCommandOutput, import("..").BedrockClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteCustomModelDeploymentCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteCustomModelDeploymentCommandInput, DeleteCustomModelDeploymentCommandOutput, import("..").BedrockClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteCustomModelDeploymentCommand extends DeleteCustomModelDeploymentCommand_base { protected static __types: { api: { input: DeleteCustomModelDeploymentRequest; output: {}; }; sdk: { input: DeleteCustomModelDeploymentCommandInput; output: DeleteCustomModelDeploymentCommandOutput; }; }; }