import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DisassociateWhatsAppBusinessAccountInput, DisassociateWhatsAppBusinessAccountOutput, } from "../models/models_0"; export { __MetadataBearer }; export interface DisassociateWhatsAppBusinessAccountCommandInput extends DisassociateWhatsAppBusinessAccountInput {} export interface DisassociateWhatsAppBusinessAccountCommandOutput extends DisassociateWhatsAppBusinessAccountOutput, __MetadataBearer {} declare const DisassociateWhatsAppBusinessAccountCommand_base: { new ( input: DisassociateWhatsAppBusinessAccountCommandInput, ): import("@smithy/core/client").CommandImpl< DisassociateWhatsAppBusinessAccountCommandInput, DisassociateWhatsAppBusinessAccountCommandOutput, import("..").SocialMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DisassociateWhatsAppBusinessAccountCommandInput, ): import("@smithy/core/client").CommandImpl< DisassociateWhatsAppBusinessAccountCommandInput, DisassociateWhatsAppBusinessAccountCommandOutput, import("..").SocialMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DisassociateWhatsAppBusinessAccountCommand extends DisassociateWhatsAppBusinessAccountCommand_base { protected static __types: { api: { input: DisassociateWhatsAppBusinessAccountInput; output: {}; }; sdk: { input: DisassociateWhatsAppBusinessAccountCommandInput; output: DisassociateWhatsAppBusinessAccountCommandOutput; }; }; }