import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetLinkedWhatsAppBusinessAccountPhoneNumberInput, GetLinkedWhatsAppBusinessAccountPhoneNumberOutput, } from "../models/models_0"; export { __MetadataBearer }; export interface GetLinkedWhatsAppBusinessAccountPhoneNumberCommandInput extends GetLinkedWhatsAppBusinessAccountPhoneNumberInput {} export interface GetLinkedWhatsAppBusinessAccountPhoneNumberCommandOutput extends GetLinkedWhatsAppBusinessAccountPhoneNumberOutput, __MetadataBearer {} declare const GetLinkedWhatsAppBusinessAccountPhoneNumberCommand_base: { new ( input: GetLinkedWhatsAppBusinessAccountPhoneNumberCommandInput, ): import("@smithy/core/client").CommandImpl< GetLinkedWhatsAppBusinessAccountPhoneNumberCommandInput, GetLinkedWhatsAppBusinessAccountPhoneNumberCommandOutput, import("..").SocialMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetLinkedWhatsAppBusinessAccountPhoneNumberCommandInput, ): import("@smithy/core/client").CommandImpl< GetLinkedWhatsAppBusinessAccountPhoneNumberCommandInput, GetLinkedWhatsAppBusinessAccountPhoneNumberCommandOutput, import("..").SocialMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetLinkedWhatsAppBusinessAccountPhoneNumberCommand extends GetLinkedWhatsAppBusinessAccountPhoneNumberCommand_base { protected static __types: { api: { input: GetLinkedWhatsAppBusinessAccountPhoneNumberInput; output: GetLinkedWhatsAppBusinessAccountPhoneNumberOutput; }; sdk: { input: GetLinkedWhatsAppBusinessAccountPhoneNumberCommandInput; output: GetLinkedWhatsAppBusinessAccountPhoneNumberCommandOutput; }; }; }