import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { RejectEnvironmentAccountConnectionInput, RejectEnvironmentAccountConnectionOutput, } from "../models/models_0"; export { __MetadataBearer }; export interface RejectEnvironmentAccountConnectionCommandInput extends RejectEnvironmentAccountConnectionInput {} export interface RejectEnvironmentAccountConnectionCommandOutput extends RejectEnvironmentAccountConnectionOutput, __MetadataBearer {} declare const RejectEnvironmentAccountConnectionCommand_base: { new ( input: RejectEnvironmentAccountConnectionCommandInput, ): import("@smithy/core/client").CommandImpl< RejectEnvironmentAccountConnectionCommandInput, RejectEnvironmentAccountConnectionCommandOutput, import("..").ProtonClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: RejectEnvironmentAccountConnectionCommandInput, ): import("@smithy/core/client").CommandImpl< RejectEnvironmentAccountConnectionCommandInput, RejectEnvironmentAccountConnectionCommandOutput, import("..").ProtonClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class RejectEnvironmentAccountConnectionCommand extends RejectEnvironmentAccountConnectionCommand_base { protected static __types: { api: { input: RejectEnvironmentAccountConnectionInput; output: RejectEnvironmentAccountConnectionOutput; }; sdk: { input: RejectEnvironmentAccountConnectionCommandInput; output: RejectEnvironmentAccountConnectionCommandOutput; }; }; }