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