import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { SubscribeToEventRequest } from "../models/models_0"; export { __MetadataBearer }; export interface SubscribeToEventCommandInput extends SubscribeToEventRequest {} export interface SubscribeToEventCommandOutput extends __MetadataBearer {} declare const SubscribeToEventCommand_base: { new ( input: SubscribeToEventCommandInput, ): import("@smithy/core/client").CommandImpl< SubscribeToEventCommandInput, SubscribeToEventCommandOutput, import("..").InspectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: SubscribeToEventCommandInput, ): import("@smithy/core/client").CommandImpl< SubscribeToEventCommandInput, SubscribeToEventCommandOutput, import("..").InspectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class SubscribeToEventCommand extends SubscribeToEventCommand_base { protected static __types: { api: { input: SubscribeToEventRequest; output: {}; }; sdk: { input: SubscribeToEventCommandInput; output: SubscribeToEventCommandOutput; }; }; }