import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetWhatsAppFlowPreviewInput, GetWhatsAppFlowPreviewOutput } from "../models/models_0"; export { __MetadataBearer }; export interface GetWhatsAppFlowPreviewCommandInput extends GetWhatsAppFlowPreviewInput {} export interface GetWhatsAppFlowPreviewCommandOutput extends GetWhatsAppFlowPreviewOutput, __MetadataBearer {} declare const GetWhatsAppFlowPreviewCommand_base: { new ( input: GetWhatsAppFlowPreviewCommandInput, ): import("@smithy/core/client").CommandImpl< GetWhatsAppFlowPreviewCommandInput, GetWhatsAppFlowPreviewCommandOutput, import("..").SocialMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetWhatsAppFlowPreviewCommandInput, ): import("@smithy/core/client").CommandImpl< GetWhatsAppFlowPreviewCommandInput, GetWhatsAppFlowPreviewCommandOutput, import("..").SocialMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetWhatsAppFlowPreviewCommand extends GetWhatsAppFlowPreviewCommand_base { protected static __types: { api: { input: GetWhatsAppFlowPreviewInput; output: GetWhatsAppFlowPreviewOutput; }; sdk: { input: GetWhatsAppFlowPreviewCommandInput; output: GetWhatsAppFlowPreviewCommandOutput; }; }; }