import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateScalingPlanRequest, CreateScalingPlanResponse } from "../models/models_0"; export { __MetadataBearer }; export interface CreateScalingPlanCommandInput extends CreateScalingPlanRequest {} export interface CreateScalingPlanCommandOutput extends CreateScalingPlanResponse, __MetadataBearer {} declare const CreateScalingPlanCommand_base: { new ( input: CreateScalingPlanCommandInput, ): import("@smithy/core/client").CommandImpl< CreateScalingPlanCommandInput, CreateScalingPlanCommandOutput, import("..").AutoScalingPlansClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CreateScalingPlanCommandInput, ): import("@smithy/core/client").CommandImpl< CreateScalingPlanCommandInput, CreateScalingPlanCommandOutput, import("..").AutoScalingPlansClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CreateScalingPlanCommand extends CreateScalingPlanCommand_base { protected static __types: { api: { input: CreateScalingPlanRequest; output: CreateScalingPlanResponse; }; sdk: { input: CreateScalingPlanCommandInput; output: CreateScalingPlanCommandOutput; }; }; }