import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { EvidentlyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../EvidentlyClient"; import { DeleteFeatureRequest, DeleteFeatureResponse, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface DeleteFeatureCommandInput extends DeleteFeatureRequest {} export interface DeleteFeatureCommandOutput extends DeleteFeatureResponse, __MetadataBearer {} declare const DeleteFeatureCommand_base: { new ( input: DeleteFeatureCommandInput ): import("@smithy/smithy-client").CommandImpl< DeleteFeatureCommandInput, DeleteFeatureCommandOutput, EvidentlyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: DeleteFeatureCommandInput ): import("@smithy/smithy-client").CommandImpl< DeleteFeatureCommandInput, DeleteFeatureCommandOutput, EvidentlyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class DeleteFeatureCommand extends DeleteFeatureCommand_base { protected static __types: { api: { input: DeleteFeatureRequest; output: {}; }; sdk: { input: DeleteFeatureCommandInput; output: DeleteFeatureCommandOutput; }; }; }