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