import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { PutWhatsAppBusinessAccountEventDestinationsInput, PutWhatsAppBusinessAccountEventDestinationsOutput, } from "../models/models_0"; export { __MetadataBearer }; export interface PutWhatsAppBusinessAccountEventDestinationsCommandInput extends PutWhatsAppBusinessAccountEventDestinationsInput {} export interface PutWhatsAppBusinessAccountEventDestinationsCommandOutput extends PutWhatsAppBusinessAccountEventDestinationsOutput, __MetadataBearer {} declare const PutWhatsAppBusinessAccountEventDestinationsCommand_base: { new ( input: PutWhatsAppBusinessAccountEventDestinationsCommandInput, ): import("@smithy/core/client").CommandImpl< PutWhatsAppBusinessAccountEventDestinationsCommandInput, PutWhatsAppBusinessAccountEventDestinationsCommandOutput, import("..").SocialMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: PutWhatsAppBusinessAccountEventDestinationsCommandInput, ): import("@smithy/core/client").CommandImpl< PutWhatsAppBusinessAccountEventDestinationsCommandInput, PutWhatsAppBusinessAccountEventDestinationsCommandOutput, import("..").SocialMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class PutWhatsAppBusinessAccountEventDestinationsCommand extends PutWhatsAppBusinessAccountEventDestinationsCommand_base { protected static __types: { api: { input: PutWhatsAppBusinessAccountEventDestinationsInput; output: {}; }; sdk: { input: PutWhatsAppBusinessAccountEventDestinationsCommandInput; output: PutWhatsAppBusinessAccountEventDestinationsCommandOutput; }; }; }