import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeprecateWhatsAppFlowInput, DeprecateWhatsAppFlowOutput } from "../models/models_0"; export { __MetadataBearer }; export interface DeprecateWhatsAppFlowCommandInput extends DeprecateWhatsAppFlowInput {} export interface DeprecateWhatsAppFlowCommandOutput extends DeprecateWhatsAppFlowOutput, __MetadataBearer {} declare const DeprecateWhatsAppFlowCommand_base: { new ( input: DeprecateWhatsAppFlowCommandInput, ): import("@smithy/core/client").CommandImpl< DeprecateWhatsAppFlowCommandInput, DeprecateWhatsAppFlowCommandOutput, import("..").SocialMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeprecateWhatsAppFlowCommandInput, ): import("@smithy/core/client").CommandImpl< DeprecateWhatsAppFlowCommandInput, DeprecateWhatsAppFlowCommandOutput, import("..").SocialMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeprecateWhatsAppFlowCommand extends DeprecateWhatsAppFlowCommand_base { protected static __types: { api: { input: DeprecateWhatsAppFlowInput; output: {}; }; sdk: { input: DeprecateWhatsAppFlowCommandInput; output: DeprecateWhatsAppFlowCommandOutput; }; }; }