import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { BatchDeleteThreatModelsInput, BatchDeleteThreatModelsOutput } from "../models/models_0"; export { __MetadataBearer }; export interface BatchDeleteThreatModelsCommandInput extends BatchDeleteThreatModelsInput {} export interface BatchDeleteThreatModelsCommandOutput extends BatchDeleteThreatModelsOutput, __MetadataBearer {} declare const BatchDeleteThreatModelsCommand_base: { new ( input: BatchDeleteThreatModelsCommandInput, ): import("@smithy/core/client").CommandImpl< BatchDeleteThreatModelsCommandInput, BatchDeleteThreatModelsCommandOutput, import("..").SecurityAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: BatchDeleteThreatModelsCommandInput, ): import("@smithy/core/client").CommandImpl< BatchDeleteThreatModelsCommandInput, BatchDeleteThreatModelsCommandOutput, import("..").SecurityAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class BatchDeleteThreatModelsCommand extends BatchDeleteThreatModelsCommand_base { protected static __types: { api: { input: BatchDeleteThreatModelsInput; output: BatchDeleteThreatModelsOutput; }; sdk: { input: BatchDeleteThreatModelsCommandInput; output: BatchDeleteThreatModelsCommandOutput; }; }; }