import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../ConnectClient"; import { CreateNotificationRequest, CreateNotificationResponse, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface CreateNotificationCommandInput extends CreateNotificationRequest {} export interface CreateNotificationCommandOutput extends CreateNotificationResponse, __MetadataBearer {} declare const CreateNotificationCommand_base: { new ( input: CreateNotificationCommandInput ): import("@smithy/smithy-client").CommandImpl< CreateNotificationCommandInput, CreateNotificationCommandOutput, ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: CreateNotificationCommandInput ): import("@smithy/smithy-client").CommandImpl< CreateNotificationCommandInput, CreateNotificationCommandOutput, ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class CreateNotificationCommand extends CreateNotificationCommand_base { protected static __types: { api: { input: CreateNotificationRequest; output: CreateNotificationResponse; }; sdk: { input: CreateNotificationCommandInput; output: CreateNotificationCommandOutput; }; }; }