import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { SendWhatsAppCallEventInput, SendWhatsAppCallEventOutput } from "../models/models_0"; export { __MetadataBearer }; export interface SendWhatsAppCallEventCommandInput extends SendWhatsAppCallEventInput {} export interface SendWhatsAppCallEventCommandOutput extends SendWhatsAppCallEventOutput, __MetadataBearer {} declare const SendWhatsAppCallEventCommand_base: { new ( input: SendWhatsAppCallEventCommandInput, ): import("@smithy/core/client").CommandImpl< SendWhatsAppCallEventCommandInput, SendWhatsAppCallEventCommandOutput, import("..").SocialMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: SendWhatsAppCallEventCommandInput, ): import("@smithy/core/client").CommandImpl< SendWhatsAppCallEventCommandInput, SendWhatsAppCallEventCommandOutput, import("..").SocialMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class SendWhatsAppCallEventCommand extends SendWhatsAppCallEventCommand_base { protected static __types: { api: { input: SendWhatsAppCallEventInput; output: SendWhatsAppCallEventOutput; }; sdk: { input: SendWhatsAppCallEventCommandInput; output: SendWhatsAppCallEventCommandOutput; }; }; }