import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../CodeBuildClient"; import { BatchGetCommandExecutionsInput, BatchGetCommandExecutionsOutput, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface BatchGetCommandExecutionsCommandInput extends BatchGetCommandExecutionsInput {} export interface BatchGetCommandExecutionsCommandOutput extends BatchGetCommandExecutionsOutput, __MetadataBearer {} declare const BatchGetCommandExecutionsCommand_base: { new ( input: BatchGetCommandExecutionsCommandInput ): import("@smithy/smithy-client").CommandImpl< BatchGetCommandExecutionsCommandInput, BatchGetCommandExecutionsCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: BatchGetCommandExecutionsCommandInput ): import("@smithy/smithy-client").CommandImpl< BatchGetCommandExecutionsCommandInput, BatchGetCommandExecutionsCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class BatchGetCommandExecutionsCommand extends BatchGetCommandExecutionsCommand_base { protected static __types: { api: { input: BatchGetCommandExecutionsInput; output: BatchGetCommandExecutionsOutput; }; sdk: { input: BatchGetCommandExecutionsCommandInput; output: BatchGetCommandExecutionsCommandOutput; }; }; }