import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateCloudFormationStackRequest, CreateCloudFormationStackResult, } from "../models/models_0"; export { __MetadataBearer }; export interface CreateCloudFormationStackCommandInput extends CreateCloudFormationStackRequest {} export interface CreateCloudFormationStackCommandOutput extends CreateCloudFormationStackResult, __MetadataBearer {} declare const CreateCloudFormationStackCommand_base: { new ( input: CreateCloudFormationStackCommandInput, ): import("@smithy/core/client").CommandImpl< CreateCloudFormationStackCommandInput, CreateCloudFormationStackCommandOutput, import("..").LightsailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CreateCloudFormationStackCommandInput, ): import("@smithy/core/client").CommandImpl< CreateCloudFormationStackCommandInput, CreateCloudFormationStackCommandOutput, import("..").LightsailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CreateCloudFormationStackCommand extends CreateCloudFormationStackCommand_base { protected static __types: { api: { input: CreateCloudFormationStackRequest; output: CreateCloudFormationStackResult; }; sdk: { input: CreateCloudFormationStackCommandInput; output: CreateCloudFormationStackCommandOutput; }; }; }