import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../ConnectClient"; import { CreateContactFlowModuleAliasRequest, CreateContactFlowModuleAliasResponse, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface CreateContactFlowModuleAliasCommandInput extends CreateContactFlowModuleAliasRequest {} export interface CreateContactFlowModuleAliasCommandOutput extends CreateContactFlowModuleAliasResponse, __MetadataBearer {} declare const CreateContactFlowModuleAliasCommand_base: { new ( input: CreateContactFlowModuleAliasCommandInput ): import("@smithy/smithy-client").CommandImpl< CreateContactFlowModuleAliasCommandInput, CreateContactFlowModuleAliasCommandOutput, ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: CreateContactFlowModuleAliasCommandInput ): import("@smithy/smithy-client").CommandImpl< CreateContactFlowModuleAliasCommandInput, CreateContactFlowModuleAliasCommandOutput, ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class CreateContactFlowModuleAliasCommand extends CreateContactFlowModuleAliasCommand_base { protected static __types: { api: { input: CreateContactFlowModuleAliasRequest; output: CreateContactFlowModuleAliasResponse; }; sdk: { input: CreateContactFlowModuleAliasCommandInput; output: CreateContactFlowModuleAliasCommandOutput; }; }; }