import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteInferenceProfileRequest, DeleteInferenceProfileResponse } from "../models/models_1"; export { __MetadataBearer }; export interface DeleteInferenceProfileCommandInput extends DeleteInferenceProfileRequest {} export interface DeleteInferenceProfileCommandOutput extends DeleteInferenceProfileResponse, __MetadataBearer {} declare const DeleteInferenceProfileCommand_base: { new ( input: DeleteInferenceProfileCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteInferenceProfileCommandInput, DeleteInferenceProfileCommandOutput, import("..").BedrockClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteInferenceProfileCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteInferenceProfileCommandInput, DeleteInferenceProfileCommandOutput, import("..").BedrockClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteInferenceProfileCommand extends DeleteInferenceProfileCommand_base { protected static __types: { api: { input: DeleteInferenceProfileRequest; output: {}; }; sdk: { input: DeleteInferenceProfileCommandInput; output: DeleteInferenceProfileCommandOutput; }; }; }