import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CountOpenWorkflowExecutionsInput, WorkflowExecutionCount } from "../models/models_0"; export { __MetadataBearer }; export interface CountOpenWorkflowExecutionsCommandInput extends CountOpenWorkflowExecutionsInput {} export interface CountOpenWorkflowExecutionsCommandOutput extends WorkflowExecutionCount, __MetadataBearer {} declare const CountOpenWorkflowExecutionsCommand_base: { new ( input: CountOpenWorkflowExecutionsCommandInput, ): import("@smithy/core/client").CommandImpl< CountOpenWorkflowExecutionsCommandInput, CountOpenWorkflowExecutionsCommandOutput, import("..").SWFClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CountOpenWorkflowExecutionsCommandInput, ): import("@smithy/core/client").CommandImpl< CountOpenWorkflowExecutionsCommandInput, CountOpenWorkflowExecutionsCommandOutput, import("..").SWFClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CountOpenWorkflowExecutionsCommand extends CountOpenWorkflowExecutionsCommand_base { protected static __types: { api: { input: CountOpenWorkflowExecutionsInput; output: WorkflowExecutionCount; }; sdk: { input: CountOpenWorkflowExecutionsCommandInput; output: CountOpenWorkflowExecutionsCommandOutput; }; }; }