import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { AddNotificationChannelsRequest, AddNotificationChannelsResponse, } from "../models/models_0"; export { __MetadataBearer }; export interface AddNotificationChannelsCommandInput extends AddNotificationChannelsRequest {} export interface AddNotificationChannelsCommandOutput extends AddNotificationChannelsResponse, __MetadataBearer {} declare const AddNotificationChannelsCommand_base: { new ( input: AddNotificationChannelsCommandInput, ): import("@smithy/core/client").CommandImpl< AddNotificationChannelsCommandInput, AddNotificationChannelsCommandOutput, import("..").CodeGuruProfilerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: AddNotificationChannelsCommandInput, ): import("@smithy/core/client").CommandImpl< AddNotificationChannelsCommandInput, AddNotificationChannelsCommandOutput, import("..").CodeGuruProfilerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class AddNotificationChannelsCommand extends AddNotificationChannelsCommand_base { protected static __types: { api: { input: AddNotificationChannelsRequest; output: AddNotificationChannelsResponse; }; sdk: { input: AddNotificationChannelsCommandInput; output: AddNotificationChannelsCommandOutput; }; }; }