import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../DataZoneClient"; import { CreateEnvironmentActionInput, CreateEnvironmentActionOutput, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface CreateEnvironmentActionCommandInput extends CreateEnvironmentActionInput {} export interface CreateEnvironmentActionCommandOutput extends CreateEnvironmentActionOutput, __MetadataBearer {} declare const CreateEnvironmentActionCommand_base: { new ( input: CreateEnvironmentActionCommandInput ): import("@smithy/core/client").CommandImpl< CreateEnvironmentActionCommandInput, CreateEnvironmentActionCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: CreateEnvironmentActionCommandInput ): import("@smithy/core/client").CommandImpl< CreateEnvironmentActionCommandInput, CreateEnvironmentActionCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class CreateEnvironmentActionCommand extends CreateEnvironmentActionCommand_base { protected static __types: { api: { input: CreateEnvironmentActionInput; output: CreateEnvironmentActionOutput; }; sdk: { input: CreateEnvironmentActionCommandInput; output: CreateEnvironmentActionCommandOutput; }; }; }