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