import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../EKSClient"; import { DescribeFargateProfileRequest, DescribeFargateProfileResponse, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface DescribeFargateProfileCommandInput extends DescribeFargateProfileRequest {} export interface DescribeFargateProfileCommandOutput extends DescribeFargateProfileResponse, __MetadataBearer {} declare const DescribeFargateProfileCommand_base: { new ( input: DescribeFargateProfileCommandInput ): import("@smithy/smithy-client").CommandImpl< DescribeFargateProfileCommandInput, DescribeFargateProfileCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: DescribeFargateProfileCommandInput ): import("@smithy/smithy-client").CommandImpl< DescribeFargateProfileCommandInput, DescribeFargateProfileCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class DescribeFargateProfileCommand extends DescribeFargateProfileCommand_base { protected static __types: { api: { input: DescribeFargateProfileRequest; output: DescribeFargateProfileResponse; }; sdk: { input: DescribeFargateProfileCommandInput; output: DescribeFargateProfileCommandOutput; }; }; }