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