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