import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteCustomActionRequest, DeleteCustomActionResult } from "../models/models_0"; export { __MetadataBearer }; export interface DeleteCustomActionCommandInput extends DeleteCustomActionRequest {} export interface DeleteCustomActionCommandOutput extends DeleteCustomActionResult, __MetadataBearer {} declare const DeleteCustomActionCommand_base: { new ( input: DeleteCustomActionCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteCustomActionCommandInput, DeleteCustomActionCommandOutput, import("..").ChatbotClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteCustomActionCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteCustomActionCommandInput, DeleteCustomActionCommandOutput, import("..").ChatbotClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteCustomActionCommand extends DeleteCustomActionCommand_base { protected static __types: { api: { input: DeleteCustomActionRequest; output: {}; }; sdk: { input: DeleteCustomActionCommandInput; output: DeleteCustomActionCommandOutput; }; }; }