import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../KendraClient"; import { BatchDeleteFeaturedResultsSetRequest, BatchDeleteFeaturedResultsSetResponse, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface BatchDeleteFeaturedResultsSetCommandInput extends BatchDeleteFeaturedResultsSetRequest {} export interface BatchDeleteFeaturedResultsSetCommandOutput extends BatchDeleteFeaturedResultsSetResponse, __MetadataBearer {} declare const BatchDeleteFeaturedResultsSetCommand_base: { new ( input: BatchDeleteFeaturedResultsSetCommandInput ): import("@smithy/smithy-client").CommandImpl< BatchDeleteFeaturedResultsSetCommandInput, BatchDeleteFeaturedResultsSetCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: BatchDeleteFeaturedResultsSetCommandInput ): import("@smithy/smithy-client").CommandImpl< BatchDeleteFeaturedResultsSetCommandInput, BatchDeleteFeaturedResultsSetCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class BatchDeleteFeaturedResultsSetCommand extends BatchDeleteFeaturedResultsSetCommand_base { protected static __types: { api: { input: BatchDeleteFeaturedResultsSetRequest; output: BatchDeleteFeaturedResultsSetResponse; }; sdk: { input: BatchDeleteFeaturedResultsSetCommandInput; output: BatchDeleteFeaturedResultsSetCommandOutput; }; }; }