import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../DataZoneClient"; import { UpdateEnvironmentProfileInput, UpdateEnvironmentProfileOutput, } from "../models/models_2"; export { __MetadataBearer }; export { $Command }; export interface UpdateEnvironmentProfileCommandInput extends UpdateEnvironmentProfileInput {} export interface UpdateEnvironmentProfileCommandOutput extends UpdateEnvironmentProfileOutput, __MetadataBearer {} declare const UpdateEnvironmentProfileCommand_base: { new ( input: UpdateEnvironmentProfileCommandInput ): import("@smithy/core/client").CommandImpl< UpdateEnvironmentProfileCommandInput, UpdateEnvironmentProfileCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: UpdateEnvironmentProfileCommandInput ): import("@smithy/core/client").CommandImpl< UpdateEnvironmentProfileCommandInput, UpdateEnvironmentProfileCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class UpdateEnvironmentProfileCommand extends UpdateEnvironmentProfileCommand_base { protected static __types: { api: { input: UpdateEnvironmentProfileInput; output: UpdateEnvironmentProfileOutput; }; sdk: { input: UpdateEnvironmentProfileCommandInput; output: UpdateEnvironmentProfileCommandOutput; }; }; }