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