import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../ConnectClient"; import { DeleteNotificationRequest, DeleteNotificationResponse, } from "../models/models_1"; export { __MetadataBearer }; export { $Command }; export interface DeleteNotificationCommandInput extends DeleteNotificationRequest {} export interface DeleteNotificationCommandOutput extends DeleteNotificationResponse, __MetadataBearer {} declare const DeleteNotificationCommand_base: { new ( input: DeleteNotificationCommandInput ): import("@smithy/smithy-client").CommandImpl< DeleteNotificationCommandInput, DeleteNotificationCommandOutput, ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: DeleteNotificationCommandInput ): import("@smithy/smithy-client").CommandImpl< DeleteNotificationCommandInput, DeleteNotificationCommandOutput, ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class DeleteNotificationCommand extends DeleteNotificationCommand_base { protected static __types: { api: { input: DeleteNotificationRequest; output: {}; }; sdk: { input: DeleteNotificationCommandInput; output: DeleteNotificationCommandOutput; }; }; }