import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../ImagebuilderClient"; import { GetWorkflowRequest, GetWorkflowResponse } from "../models/models_0"; 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, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: GetWorkflowCommandInput ): import("@smithy/core/client").CommandImpl< GetWorkflowCommandInput, GetWorkflowCommandOutput, ImagebuilderClientResolvedConfig, 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; }; }; }