import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { SetCognitoEventsRequest } from "../models/models_0"; export { __MetadataBearer }; export interface SetCognitoEventsCommandInput extends SetCognitoEventsRequest {} export interface SetCognitoEventsCommandOutput extends __MetadataBearer {} declare const SetCognitoEventsCommand_base: { new ( input: SetCognitoEventsCommandInput, ): import("@smithy/core/client").CommandImpl< SetCognitoEventsCommandInput, SetCognitoEventsCommandOutput, import("..").CognitoSyncClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: SetCognitoEventsCommandInput, ): import("@smithy/core/client").CommandImpl< SetCognitoEventsCommandInput, SetCognitoEventsCommandOutput, import("..").CognitoSyncClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class SetCognitoEventsCommand extends SetCognitoEventsCommand_base { protected static __types: { api: { input: SetCognitoEventsRequest; output: {}; }; sdk: { input: SetCognitoEventsCommandInput; output: SetCognitoEventsCommandOutput; }; }; }