import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetEventStreamRequest, GetEventStreamResponse } from "../models/models_0"; export { __MetadataBearer }; export interface GetEventStreamCommandInput extends GetEventStreamRequest {} export interface GetEventStreamCommandOutput extends GetEventStreamResponse, __MetadataBearer {} declare const GetEventStreamCommand_base: { new ( input: GetEventStreamCommandInput, ): import("@smithy/core/client").CommandImpl< GetEventStreamCommandInput, GetEventStreamCommandOutput, import("..").CustomerProfilesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetEventStreamCommandInput, ): import("@smithy/core/client").CommandImpl< GetEventStreamCommandInput, GetEventStreamCommandOutput, import("..").CustomerProfilesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetEventStreamCommand extends GetEventStreamCommand_base { protected static __types: { api: { input: GetEventStreamRequest; output: GetEventStreamResponse; }; sdk: { input: GetEventStreamCommandInput; output: GetEventStreamCommandOutput; }; }; }