import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { BatchGetThreatModelJobTasksInput, BatchGetThreatModelJobTasksOutput, } from "../models/models_0"; export { __MetadataBearer }; export interface BatchGetThreatModelJobTasksCommandInput extends BatchGetThreatModelJobTasksInput {} export interface BatchGetThreatModelJobTasksCommandOutput extends BatchGetThreatModelJobTasksOutput, __MetadataBearer {} declare const BatchGetThreatModelJobTasksCommand_base: { new ( input: BatchGetThreatModelJobTasksCommandInput, ): import("@smithy/core/client").CommandImpl< BatchGetThreatModelJobTasksCommandInput, BatchGetThreatModelJobTasksCommandOutput, import("..").SecurityAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: BatchGetThreatModelJobTasksCommandInput, ): import("@smithy/core/client").CommandImpl< BatchGetThreatModelJobTasksCommandInput, BatchGetThreatModelJobTasksCommandOutput, import("..").SecurityAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class BatchGetThreatModelJobTasksCommand extends BatchGetThreatModelJobTasksCommand_base { protected static __types: { api: { input: BatchGetThreatModelJobTasksInput; output: BatchGetThreatModelJobTasksOutput; }; sdk: { input: BatchGetThreatModelJobTasksCommandInput; output: BatchGetThreatModelJobTasksCommandOutput; }; }; }