import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetWhatsAppFlowInput, GetWhatsAppFlowOutput } from "../models/models_0"; export { __MetadataBearer }; export interface GetWhatsAppFlowCommandInput extends GetWhatsAppFlowInput {} export interface GetWhatsAppFlowCommandOutput extends GetWhatsAppFlowOutput, __MetadataBearer {} declare const GetWhatsAppFlowCommand_base: { new ( input: GetWhatsAppFlowCommandInput, ): import("@smithy/core/client").CommandImpl< GetWhatsAppFlowCommandInput, GetWhatsAppFlowCommandOutput, import("..").SocialMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetWhatsAppFlowCommandInput, ): import("@smithy/core/client").CommandImpl< GetWhatsAppFlowCommandInput, GetWhatsAppFlowCommandOutput, import("..").SocialMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetWhatsAppFlowCommand extends GetWhatsAppFlowCommand_base { protected static __types: { api: { input: GetWhatsAppFlowInput; output: GetWhatsAppFlowOutput; }; sdk: { input: GetWhatsAppFlowCommandInput; output: GetWhatsAppFlowCommandOutput; }; }; }