import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteMatchingWorkflowInput, DeleteMatchingWorkflowOutput } from "../models/models_0"; export { __MetadataBearer }; export interface DeleteMatchingWorkflowCommandInput extends DeleteMatchingWorkflowInput {} export interface DeleteMatchingWorkflowCommandOutput extends DeleteMatchingWorkflowOutput, __MetadataBearer {} declare const DeleteMatchingWorkflowCommand_base: { new ( input: DeleteMatchingWorkflowCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteMatchingWorkflowCommandInput, DeleteMatchingWorkflowCommandOutput, import("..").EntityResolutionClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteMatchingWorkflowCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteMatchingWorkflowCommandInput, DeleteMatchingWorkflowCommandOutput, import("..").EntityResolutionClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteMatchingWorkflowCommand extends DeleteMatchingWorkflowCommand_base { protected static __types: { api: { input: DeleteMatchingWorkflowInput; output: DeleteMatchingWorkflowOutput; }; sdk: { input: DeleteMatchingWorkflowCommandInput; output: DeleteMatchingWorkflowCommandOutput; }; }; }