import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetMatchingWorkflowInput, GetMatchingWorkflowOutput } from "../models/models_0"; export { __MetadataBearer }; export interface GetMatchingWorkflowCommandInput extends GetMatchingWorkflowInput {} export interface GetMatchingWorkflowCommandOutput extends GetMatchingWorkflowOutput, __MetadataBearer {} declare const GetMatchingWorkflowCommand_base: { new ( input: GetMatchingWorkflowCommandInput, ): import("@smithy/core/client").CommandImpl< GetMatchingWorkflowCommandInput, GetMatchingWorkflowCommandOutput, import("..").EntityResolutionClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetMatchingWorkflowCommandInput, ): import("@smithy/core/client").CommandImpl< GetMatchingWorkflowCommandInput, GetMatchingWorkflowCommandOutput, import("..").EntityResolutionClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetMatchingWorkflowCommand extends GetMatchingWorkflowCommand_base { protected static __types: { api: { input: GetMatchingWorkflowInput; output: GetMatchingWorkflowOutput; }; sdk: { input: GetMatchingWorkflowCommandInput; output: GetMatchingWorkflowCommandOutput; }; }; }