import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateEnvironmentAccountConnectionInput, CreateEnvironmentAccountConnectionOutput, } from "../models/models_0"; export { __MetadataBearer }; export interface CreateEnvironmentAccountConnectionCommandInput extends CreateEnvironmentAccountConnectionInput {} export interface CreateEnvironmentAccountConnectionCommandOutput extends CreateEnvironmentAccountConnectionOutput, __MetadataBearer {} declare const CreateEnvironmentAccountConnectionCommand_base: { new ( input: CreateEnvironmentAccountConnectionCommandInput, ): import("@smithy/core/client").CommandImpl< CreateEnvironmentAccountConnectionCommandInput, CreateEnvironmentAccountConnectionCommandOutput, import("..").ProtonClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CreateEnvironmentAccountConnectionCommandInput, ): import("@smithy/core/client").CommandImpl< CreateEnvironmentAccountConnectionCommandInput, CreateEnvironmentAccountConnectionCommandOutput, import("..").ProtonClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CreateEnvironmentAccountConnectionCommand extends CreateEnvironmentAccountConnectionCommand_base { protected static __types: { api: { input: CreateEnvironmentAccountConnectionInput; output: CreateEnvironmentAccountConnectionOutput; }; sdk: { input: CreateEnvironmentAccountConnectionCommandInput; output: CreateEnvironmentAccountConnectionCommandOutput; }; }; }