import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../GlueClient"; import { StartBlueprintRunRequest, StartBlueprintRunResponse, } from "../models/models_2"; export { __MetadataBearer }; export { $Command }; export interface StartBlueprintRunCommandInput extends StartBlueprintRunRequest {} export interface StartBlueprintRunCommandOutput extends StartBlueprintRunResponse, __MetadataBearer {} declare const StartBlueprintRunCommand_base: { new ( input: StartBlueprintRunCommandInput ): import("@smithy/core/client").CommandImpl< StartBlueprintRunCommandInput, StartBlueprintRunCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: StartBlueprintRunCommandInput ): import("@smithy/core/client").CommandImpl< StartBlueprintRunCommandInput, StartBlueprintRunCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class StartBlueprintRunCommand extends StartBlueprintRunCommand_base { protected static __types: { api: { input: StartBlueprintRunRequest; output: StartBlueprintRunResponse; }; sdk: { input: StartBlueprintRunCommandInput; output: StartBlueprintRunCommandOutput; }; }; }