import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../GlueClient"; import { GetBlueprintRunRequest, GetBlueprintRunResponse, } from "../models/models_1"; export { __MetadataBearer }; export { $Command }; export interface GetBlueprintRunCommandInput extends GetBlueprintRunRequest {} export interface GetBlueprintRunCommandOutput extends GetBlueprintRunResponse, __MetadataBearer {} declare const GetBlueprintRunCommand_base: { new ( input: GetBlueprintRunCommandInput ): import("@smithy/core/client").CommandImpl< GetBlueprintRunCommandInput, GetBlueprintRunCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: GetBlueprintRunCommandInput ): import("@smithy/core/client").CommandImpl< GetBlueprintRunCommandInput, GetBlueprintRunCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class GetBlueprintRunCommand extends GetBlueprintRunCommand_base { protected static __types: { api: { input: GetBlueprintRunRequest; output: GetBlueprintRunResponse; }; sdk: { input: GetBlueprintRunCommandInput; output: GetBlueprintRunCommandOutput; }; }; }