import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateChimeWebhookConfigurationRequest, CreateChimeWebhookConfigurationResult, } from "../models/models_0"; export { __MetadataBearer }; export interface CreateChimeWebhookConfigurationCommandInput extends CreateChimeWebhookConfigurationRequest {} export interface CreateChimeWebhookConfigurationCommandOutput extends CreateChimeWebhookConfigurationResult, __MetadataBearer {} declare const CreateChimeWebhookConfigurationCommand_base: { new ( input: CreateChimeWebhookConfigurationCommandInput, ): import("@smithy/core/client").CommandImpl< CreateChimeWebhookConfigurationCommandInput, CreateChimeWebhookConfigurationCommandOutput, import("..").ChatbotClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CreateChimeWebhookConfigurationCommandInput, ): import("@smithy/core/client").CommandImpl< CreateChimeWebhookConfigurationCommandInput, CreateChimeWebhookConfigurationCommandOutput, import("..").ChatbotClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CreateChimeWebhookConfigurationCommand extends CreateChimeWebhookConfigurationCommand_base { protected static __types: { api: { input: CreateChimeWebhookConfigurationRequest; output: CreateChimeWebhookConfigurationResult; }; sdk: { input: CreateChimeWebhookConfigurationCommandInput; output: CreateChimeWebhookConfigurationCommandOutput; }; }; }