import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteGuardrailRequest, DeleteGuardrailResponse } from "../models/models_1"; export { __MetadataBearer }; export interface DeleteGuardrailCommandInput extends DeleteGuardrailRequest {} export interface DeleteGuardrailCommandOutput extends DeleteGuardrailResponse, __MetadataBearer {} declare const DeleteGuardrailCommand_base: { new ( input: DeleteGuardrailCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteGuardrailCommandInput, DeleteGuardrailCommandOutput, import("..").BedrockClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteGuardrailCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteGuardrailCommandInput, DeleteGuardrailCommandOutput, import("..").BedrockClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteGuardrailCommand extends DeleteGuardrailCommand_base { protected static __types: { api: { input: DeleteGuardrailRequest; output: {}; }; sdk: { input: DeleteGuardrailCommandInput; output: DeleteGuardrailCommandOutput; }; }; }