import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateCustomActionRequest, CreateCustomActionResult } from "../models/models_0"; export { __MetadataBearer }; export interface CreateCustomActionCommandInput extends CreateCustomActionRequest {} export interface CreateCustomActionCommandOutput extends CreateCustomActionResult, __MetadataBearer {} declare const CreateCustomActionCommand_base: { new ( input: CreateCustomActionCommandInput, ): import("@smithy/core/client").CommandImpl< CreateCustomActionCommandInput, CreateCustomActionCommandOutput, import("..").ChatbotClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CreateCustomActionCommandInput, ): import("@smithy/core/client").CommandImpl< CreateCustomActionCommandInput, CreateCustomActionCommandOutput, import("..").ChatbotClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CreateCustomActionCommand extends CreateCustomActionCommand_base { protected static __types: { api: { input: CreateCustomActionRequest; output: CreateCustomActionResult; }; sdk: { input: CreateCustomActionCommandInput; output: CreateCustomActionCommandOutput; }; }; }