import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { BatchGetThreatModelsInput, BatchGetThreatModelsOutput } from "../models/models_0"; export { __MetadataBearer }; export interface BatchGetThreatModelsCommandInput extends BatchGetThreatModelsInput {} export interface BatchGetThreatModelsCommandOutput extends BatchGetThreatModelsOutput, __MetadataBearer {} declare const BatchGetThreatModelsCommand_base: { new ( input: BatchGetThreatModelsCommandInput, ): import("@smithy/core/client").CommandImpl< BatchGetThreatModelsCommandInput, BatchGetThreatModelsCommandOutput, import("..").SecurityAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: BatchGetThreatModelsCommandInput, ): import("@smithy/core/client").CommandImpl< BatchGetThreatModelsCommandInput, BatchGetThreatModelsCommandOutput, import("..").SecurityAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class BatchGetThreatModelsCommand extends BatchGetThreatModelsCommand_base { protected static __types: { api: { input: BatchGetThreatModelsInput; output: BatchGetThreatModelsOutput; }; sdk: { input: BatchGetThreatModelsCommandInput; output: BatchGetThreatModelsCommandOutput; }; }; }