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