import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { UnsubscribeRequest, UnsubscribeResult } from "../models/models_0"; export { __MetadataBearer }; export interface UnsubscribeCommandInput extends UnsubscribeRequest {} export interface UnsubscribeCommandOutput extends UnsubscribeResult, __MetadataBearer {} declare const UnsubscribeCommand_base: { new ( input: UnsubscribeCommandInput, ): import("@smithy/core/client").CommandImpl< UnsubscribeCommandInput, UnsubscribeCommandOutput, import("..").CodestarNotificationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: UnsubscribeCommandInput, ): import("@smithy/core/client").CommandImpl< UnsubscribeCommandInput, UnsubscribeCommandOutput, import("..").CodestarNotificationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class UnsubscribeCommand extends UnsubscribeCommand_base { protected static __types: { api: { input: UnsubscribeRequest; output: UnsubscribeResult; }; sdk: { input: UnsubscribeCommandInput; output: UnsubscribeCommandOutput; }; }; }