import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { StartJobRunRequest, StartJobRunResponse } from "../models/models_0"; export { __MetadataBearer }; export interface StartJobRunCommandInput extends StartJobRunRequest {} export interface StartJobRunCommandOutput extends StartJobRunResponse, __MetadataBearer {} declare const StartJobRunCommand_base: { new ( input: StartJobRunCommandInput, ): import("@smithy/core/client").CommandImpl< StartJobRunCommandInput, StartJobRunCommandOutput, import("..").DataBrewClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: StartJobRunCommandInput, ): import("@smithy/core/client").CommandImpl< StartJobRunCommandInput, StartJobRunCommandOutput, import("..").DataBrewClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class StartJobRunCommand extends StartJobRunCommand_base { protected static __types: { api: { input: StartJobRunRequest; output: StartJobRunResponse; }; sdk: { input: StartJobRunCommandInput; output: StartJobRunCommandOutput; }; }; }