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