import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../GlueClient"; import { StartJobRunRequest, StartJobRunResponse } from "../models/models_2"; export { __MetadataBearer }; export { $Command }; 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, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: StartJobRunCommandInput ): import("@smithy/core/client").CommandImpl< StartJobRunCommandInput, StartJobRunCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class StartJobRunCommand extends StartJobRunCommand_base { protected static __types: { api: { input: StartJobRunRequest; output: StartJobRunResponse; }; sdk: { input: StartJobRunCommandInput; output: StartJobRunCommandOutput; }; }; }