import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../GlueClient"; import { BatchGetTriggersRequest, BatchGetTriggersResponse, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface BatchGetTriggersCommandInput extends BatchGetTriggersRequest {} export interface BatchGetTriggersCommandOutput extends BatchGetTriggersResponse, __MetadataBearer {} declare const BatchGetTriggersCommand_base: { new ( input: BatchGetTriggersCommandInput ): import("@smithy/core/client").CommandImpl< BatchGetTriggersCommandInput, BatchGetTriggersCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: BatchGetTriggersCommandInput ): import("@smithy/core/client").CommandImpl< BatchGetTriggersCommandInput, BatchGetTriggersCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class BatchGetTriggersCommand extends BatchGetTriggersCommand_base { protected static __types: { api: { input: BatchGetTriggersRequest; output: BatchGetTriggersResponse; }; sdk: { input: BatchGetTriggersCommandInput; output: BatchGetTriggersCommandOutput; }; }; }