import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { BatchGetIncidentFindingsInput, BatchGetIncidentFindingsOutput } from "../models/models_0"; export { __MetadataBearer }; export interface BatchGetIncidentFindingsCommandInput extends BatchGetIncidentFindingsInput {} export interface BatchGetIncidentFindingsCommandOutput extends BatchGetIncidentFindingsOutput, __MetadataBearer {} declare const BatchGetIncidentFindingsCommand_base: { new ( input: BatchGetIncidentFindingsCommandInput, ): import("@smithy/core/client").CommandImpl< BatchGetIncidentFindingsCommandInput, BatchGetIncidentFindingsCommandOutput, import("..").SSMIncidentsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: BatchGetIncidentFindingsCommandInput, ): import("@smithy/core/client").CommandImpl< BatchGetIncidentFindingsCommandInput, BatchGetIncidentFindingsCommandOutput, import("..").SSMIncidentsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class BatchGetIncidentFindingsCommand extends BatchGetIncidentFindingsCommand_base { protected static __types: { api: { input: BatchGetIncidentFindingsInput; output: BatchGetIncidentFindingsOutput; }; sdk: { input: BatchGetIncidentFindingsCommandInput; output: BatchGetIncidentFindingsCommandOutput; }; }; }