import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteEnvironmentAccountConnectionInput, DeleteEnvironmentAccountConnectionOutput, } from "../models/models_0"; export { __MetadataBearer }; export interface DeleteEnvironmentAccountConnectionCommandInput extends DeleteEnvironmentAccountConnectionInput {} export interface DeleteEnvironmentAccountConnectionCommandOutput extends DeleteEnvironmentAccountConnectionOutput, __MetadataBearer {} declare const DeleteEnvironmentAccountConnectionCommand_base: { new ( input: DeleteEnvironmentAccountConnectionCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteEnvironmentAccountConnectionCommandInput, DeleteEnvironmentAccountConnectionCommandOutput, import("..").ProtonClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteEnvironmentAccountConnectionCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteEnvironmentAccountConnectionCommandInput, DeleteEnvironmentAccountConnectionCommandOutput, import("..").ProtonClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteEnvironmentAccountConnectionCommand extends DeleteEnvironmentAccountConnectionCommand_base { protected static __types: { api: { input: DeleteEnvironmentAccountConnectionInput; output: DeleteEnvironmentAccountConnectionOutput; }; sdk: { input: DeleteEnvironmentAccountConnectionCommandInput; output: DeleteEnvironmentAccountConnectionCommandOutput; }; }; }