import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { BatchGetThreatsInput, BatchGetThreatsOutput } from "../models/models_0"; export { __MetadataBearer }; export interface BatchGetThreatsCommandInput extends BatchGetThreatsInput {} export interface BatchGetThreatsCommandOutput extends BatchGetThreatsOutput, __MetadataBearer {} declare const BatchGetThreatsCommand_base: { new ( input: BatchGetThreatsCommandInput, ): import("@smithy/core/client").CommandImpl< BatchGetThreatsCommandInput, BatchGetThreatsCommandOutput, import("..").SecurityAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: BatchGetThreatsCommandInput, ): import("@smithy/core/client").CommandImpl< BatchGetThreatsCommandInput, BatchGetThreatsCommandOutput, import("..").SecurityAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class BatchGetThreatsCommand extends BatchGetThreatsCommand_base { protected static __types: { api: { input: BatchGetThreatsInput; output: BatchGetThreatsOutput; }; sdk: { input: BatchGetThreatsCommandInput; output: BatchGetThreatsCommandOutput; }; }; }