import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { RemoveNotificationChannelRequest, RemoveNotificationChannelResponse, } from "../models/models_0"; export { __MetadataBearer }; export interface RemoveNotificationChannelCommandInput extends RemoveNotificationChannelRequest {} export interface RemoveNotificationChannelCommandOutput extends RemoveNotificationChannelResponse, __MetadataBearer {} declare const RemoveNotificationChannelCommand_base: { new ( input: RemoveNotificationChannelCommandInput, ): import("@smithy/core/client").CommandImpl< RemoveNotificationChannelCommandInput, RemoveNotificationChannelCommandOutput, import("..").CodeGuruProfilerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: RemoveNotificationChannelCommandInput, ): import("@smithy/core/client").CommandImpl< RemoveNotificationChannelCommandInput, RemoveNotificationChannelCommandOutput, import("..").CodeGuruProfilerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class RemoveNotificationChannelCommand extends RemoveNotificationChannelCommand_base { protected static __types: { api: { input: RemoveNotificationChannelRequest; output: RemoveNotificationChannelResponse; }; sdk: { input: RemoveNotificationChannelCommandInput; output: RemoveNotificationChannelCommandOutput; }; }; }