import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CountPendingActivityTasksInput, PendingTaskCount } from "../models/models_0"; export { __MetadataBearer }; export interface CountPendingActivityTasksCommandInput extends CountPendingActivityTasksInput {} export interface CountPendingActivityTasksCommandOutput extends PendingTaskCount, __MetadataBearer {} declare const CountPendingActivityTasksCommand_base: { new ( input: CountPendingActivityTasksCommandInput, ): import("@smithy/core/client").CommandImpl< CountPendingActivityTasksCommandInput, CountPendingActivityTasksCommandOutput, import("..").SWFClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CountPendingActivityTasksCommandInput, ): import("@smithy/core/client").CommandImpl< CountPendingActivityTasksCommandInput, CountPendingActivityTasksCommandOutput, import("..").SWFClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CountPendingActivityTasksCommand extends CountPendingActivityTasksCommand_base { protected static __types: { api: { input: CountPendingActivityTasksInput; output: PendingTaskCount; }; sdk: { input: CountPendingActivityTasksCommandInput; output: CountPendingActivityTasksCommandOutput; }; }; }