import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteFeatureGroupRequest } from "../models/models_2"; export { __MetadataBearer }; export interface DeleteFeatureGroupCommandInput extends DeleteFeatureGroupRequest {} export interface DeleteFeatureGroupCommandOutput extends __MetadataBearer {} declare const DeleteFeatureGroupCommand_base: { new ( input: DeleteFeatureGroupCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteFeatureGroupCommandInput, DeleteFeatureGroupCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteFeatureGroupCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteFeatureGroupCommandInput, DeleteFeatureGroupCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteFeatureGroupCommand extends DeleteFeatureGroupCommand_base { protected static __types: { api: { input: DeleteFeatureGroupRequest; output: {}; }; sdk: { input: DeleteFeatureGroupCommandInput; output: DeleteFeatureGroupCommandOutput; }; }; }