import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteNotificationConfigurationType } from "../models/models_0"; export { __MetadataBearer }; export interface DeleteNotificationConfigurationCommandInput extends DeleteNotificationConfigurationType {} export interface DeleteNotificationConfigurationCommandOutput extends __MetadataBearer {} declare const DeleteNotificationConfigurationCommand_base: { new ( input: DeleteNotificationConfigurationCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteNotificationConfigurationCommandInput, DeleteNotificationConfigurationCommandOutput, import("..").AutoScalingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteNotificationConfigurationCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteNotificationConfigurationCommandInput, DeleteNotificationConfigurationCommandOutput, import("..").AutoScalingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteNotificationConfigurationCommand extends DeleteNotificationConfigurationCommand_base { protected static __types: { api: { input: DeleteNotificationConfigurationType; output: {}; }; sdk: { input: DeleteNotificationConfigurationCommandInput; output: DeleteNotificationConfigurationCommandOutput; }; }; }