import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetWorkflowDefinitionRequest, GetWorkflowDefinitionResponse } from "../models/models_0"; export { __MetadataBearer }; export interface GetWorkflowDefinitionCommandInput extends GetWorkflowDefinitionRequest {} export interface GetWorkflowDefinitionCommandOutput extends GetWorkflowDefinitionResponse, __MetadataBearer {} declare const GetWorkflowDefinitionCommand_base: { new ( input: GetWorkflowDefinitionCommandInput, ): import("@smithy/core/client").CommandImpl< GetWorkflowDefinitionCommandInput, GetWorkflowDefinitionCommandOutput, import("..").NovaActClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetWorkflowDefinitionCommandInput, ): import("@smithy/core/client").CommandImpl< GetWorkflowDefinitionCommandInput, GetWorkflowDefinitionCommandOutput, import("..").NovaActClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetWorkflowDefinitionCommand extends GetWorkflowDefinitionCommand_base { protected static __types: { api: { input: GetWorkflowDefinitionRequest; output: GetWorkflowDefinitionResponse; }; sdk: { input: GetWorkflowDefinitionCommandInput; output: GetWorkflowDefinitionCommandOutput; }; }; }