import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { NotifyWorkersRequest, NotifyWorkersResponse } from "../models/models_0"; export { __MetadataBearer }; export interface NotifyWorkersCommandInput extends NotifyWorkersRequest {} export interface NotifyWorkersCommandOutput extends NotifyWorkersResponse, __MetadataBearer {} declare const NotifyWorkersCommand_base: { new ( input: NotifyWorkersCommandInput, ): import("@smithy/core/client").CommandImpl< NotifyWorkersCommandInput, NotifyWorkersCommandOutput, import("..").MTurkClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: NotifyWorkersCommandInput, ): import("@smithy/core/client").CommandImpl< NotifyWorkersCommandInput, NotifyWorkersCommandOutput, import("..").MTurkClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class NotifyWorkersCommand extends NotifyWorkersCommand_base { protected static __types: { api: { input: NotifyWorkersRequest; output: NotifyWorkersResponse; }; sdk: { input: NotifyWorkersCommandInput; output: NotifyWorkersCommandOutput; }; }; }