import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateWhatsAppFlowInput, CreateWhatsAppFlowOutput } from "../models/models_0"; export { __MetadataBearer }; export interface CreateWhatsAppFlowCommandInput extends CreateWhatsAppFlowInput {} export interface CreateWhatsAppFlowCommandOutput extends CreateWhatsAppFlowOutput, __MetadataBearer {} declare const CreateWhatsAppFlowCommand_base: { new ( input: CreateWhatsAppFlowCommandInput, ): import("@smithy/core/client").CommandImpl< CreateWhatsAppFlowCommandInput, CreateWhatsAppFlowCommandOutput, import("..").SocialMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CreateWhatsAppFlowCommandInput, ): import("@smithy/core/client").CommandImpl< CreateWhatsAppFlowCommandInput, CreateWhatsAppFlowCommandOutput, import("..").SocialMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CreateWhatsAppFlowCommand extends CreateWhatsAppFlowCommand_base { protected static __types: { api: { input: CreateWhatsAppFlowInput; output: CreateWhatsAppFlowOutput; }; sdk: { input: CreateWhatsAppFlowCommandInput; output: CreateWhatsAppFlowCommandOutput; }; }; }