import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../DataZoneClient"; import { GetEnvironmentProfileInput, GetEnvironmentProfileOutput, } from "../models/models_1"; export { __MetadataBearer }; export { $Command }; export interface GetEnvironmentProfileCommandInput extends GetEnvironmentProfileInput {} export interface GetEnvironmentProfileCommandOutput extends GetEnvironmentProfileOutput, __MetadataBearer {} declare const GetEnvironmentProfileCommand_base: { new ( input: GetEnvironmentProfileCommandInput ): import("@smithy/core/client").CommandImpl< GetEnvironmentProfileCommandInput, GetEnvironmentProfileCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: GetEnvironmentProfileCommandInput ): import("@smithy/core/client").CommandImpl< GetEnvironmentProfileCommandInput, GetEnvironmentProfileCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class GetEnvironmentProfileCommand extends GetEnvironmentProfileCommand_base { protected static __types: { api: { input: GetEnvironmentProfileInput; output: GetEnvironmentProfileOutput; }; sdk: { input: GetEnvironmentProfileCommandInput; output: GetEnvironmentProfileCommandOutput; }; }; }