import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../LightsailClient"; import { GetCostEstimateRequest, GetCostEstimateResult, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface GetCostEstimateCommandInput extends GetCostEstimateRequest {} export interface GetCostEstimateCommandOutput extends GetCostEstimateResult, __MetadataBearer {} declare const GetCostEstimateCommand_base: { new ( input: GetCostEstimateCommandInput ): import("@smithy/smithy-client").CommandImpl< GetCostEstimateCommandInput, GetCostEstimateCommandOutput, LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: GetCostEstimateCommandInput ): import("@smithy/smithy-client").CommandImpl< GetCostEstimateCommandInput, GetCostEstimateCommandOutput, LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class GetCostEstimateCommand extends GetCostEstimateCommand_base { protected static __types: { api: { input: GetCostEstimateRequest; output: GetCostEstimateResult; }; sdk: { input: GetCostEstimateCommandInput; output: GetCostEstimateCommandOutput; }; }; }