import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../ConnectClient"; import { SendChatIntegrationEventRequest, SendChatIntegrationEventResponse, } from "../models/models_3"; export { __MetadataBearer }; export { $Command }; export interface SendChatIntegrationEventCommandInput extends SendChatIntegrationEventRequest {} export interface SendChatIntegrationEventCommandOutput extends SendChatIntegrationEventResponse, __MetadataBearer {} declare const SendChatIntegrationEventCommand_base: { new ( input: SendChatIntegrationEventCommandInput ): import("@smithy/smithy-client").CommandImpl< SendChatIntegrationEventCommandInput, SendChatIntegrationEventCommandOutput, ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: SendChatIntegrationEventCommandInput ): import("@smithy/smithy-client").CommandImpl< SendChatIntegrationEventCommandInput, SendChatIntegrationEventCommandOutput, ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class SendChatIntegrationEventCommand extends SendChatIntegrationEventCommand_base { protected static __types: { api: { input: SendChatIntegrationEventRequest; output: SendChatIntegrationEventResponse; }; sdk: { input: SendChatIntegrationEventCommandInput; output: SendChatIntegrationEventCommandOutput; }; }; }