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