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