import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DescribeAutoScalingNotificationTypesAnswer } from "../models/models_0"; export { __MetadataBearer }; export interface DescribeAutoScalingNotificationTypesCommandInput {} export interface DescribeAutoScalingNotificationTypesCommandOutput extends DescribeAutoScalingNotificationTypesAnswer, __MetadataBearer {} declare const DescribeAutoScalingNotificationTypesCommand_base: { new ( input: DescribeAutoScalingNotificationTypesCommandInput, ): import("@smithy/core/client").CommandImpl< DescribeAutoScalingNotificationTypesCommandInput, DescribeAutoScalingNotificationTypesCommandOutput, import("..").AutoScalingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( ...[input]: [] | [DescribeAutoScalingNotificationTypesCommandInput] ): import("@smithy/core/client").CommandImpl< DescribeAutoScalingNotificationTypesCommandInput, DescribeAutoScalingNotificationTypesCommandOutput, import("..").AutoScalingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DescribeAutoScalingNotificationTypesCommand extends DescribeAutoScalingNotificationTypesCommand_base { protected static __types: { api: { input: {}; output: DescribeAutoScalingNotificationTypesAnswer; }; sdk: { input: DescribeAutoScalingNotificationTypesCommandInput; output: DescribeAutoScalingNotificationTypesCommandOutput; }; }; }