import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { StartJobRequest, StartJobResponse } from "../models/models_0"; export { __MetadataBearer }; export interface StartJobCommandInput extends StartJobRequest {} export interface StartJobCommandOutput extends StartJobResponse, __MetadataBearer {} declare const StartJobCommand_base: { new ( input: StartJobCommandInput, ): import("@smithy/core/client").CommandImpl< StartJobCommandInput, StartJobCommandOutput, import("..").DataExchangeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: StartJobCommandInput, ): import("@smithy/core/client").CommandImpl< StartJobCommandInput, StartJobCommandOutput, import("..").DataExchangeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class StartJobCommand extends StartJobCommand_base { protected static __types: { api: { input: StartJobRequest; output: {}; }; sdk: { input: StartJobCommandInput; output: StartJobCommandOutput; }; }; }