import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetLinkedWhatsAppBusinessAccountInput, GetLinkedWhatsAppBusinessAccountOutput, } from "../models/models_0"; export { __MetadataBearer }; export interface GetLinkedWhatsAppBusinessAccountCommandInput extends GetLinkedWhatsAppBusinessAccountInput {} export interface GetLinkedWhatsAppBusinessAccountCommandOutput extends GetLinkedWhatsAppBusinessAccountOutput, __MetadataBearer {} declare const GetLinkedWhatsAppBusinessAccountCommand_base: { new ( input: GetLinkedWhatsAppBusinessAccountCommandInput, ): import("@smithy/core/client").CommandImpl< GetLinkedWhatsAppBusinessAccountCommandInput, GetLinkedWhatsAppBusinessAccountCommandOutput, import("..").SocialMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetLinkedWhatsAppBusinessAccountCommandInput, ): import("@smithy/core/client").CommandImpl< GetLinkedWhatsAppBusinessAccountCommandInput, GetLinkedWhatsAppBusinessAccountCommandOutput, import("..").SocialMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetLinkedWhatsAppBusinessAccountCommand extends GetLinkedWhatsAppBusinessAccountCommand_base { protected static __types: { api: { input: GetLinkedWhatsAppBusinessAccountInput; output: GetLinkedWhatsAppBusinessAccountOutput; }; sdk: { input: GetLinkedWhatsAppBusinessAccountCommandInput; output: GetLinkedWhatsAppBusinessAccountCommandOutput; }; }; }