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