import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../CodeBuildClient"; import { RetryBuildBatchInput, RetryBuildBatchOutput, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface RetryBuildBatchCommandInput extends RetryBuildBatchInput {} export interface RetryBuildBatchCommandOutput extends RetryBuildBatchOutput, __MetadataBearer {} declare const RetryBuildBatchCommand_base: { new ( input: RetryBuildBatchCommandInput ): import("@smithy/smithy-client").CommandImpl< RetryBuildBatchCommandInput, RetryBuildBatchCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( ...[input]: [] | [RetryBuildBatchCommandInput] ): import("@smithy/smithy-client").CommandImpl< RetryBuildBatchCommandInput, RetryBuildBatchCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class RetryBuildBatchCommand extends RetryBuildBatchCommand_base { protected static __types: { api: { input: RetryBuildBatchInput; output: RetryBuildBatchOutput; }; sdk: { input: RetryBuildBatchCommandInput; output: RetryBuildBatchCommandOutput; }; }; }