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