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