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