import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateLandingZoneInput, CreateLandingZoneOutput } from "../models/models_0"; export { __MetadataBearer }; export interface CreateLandingZoneCommandInput extends CreateLandingZoneInput {} export interface CreateLandingZoneCommandOutput extends CreateLandingZoneOutput, __MetadataBearer {} declare const CreateLandingZoneCommand_base: { new ( input: CreateLandingZoneCommandInput, ): import("@smithy/core/client").CommandImpl< CreateLandingZoneCommandInput, CreateLandingZoneCommandOutput, import("..").ControlTowerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CreateLandingZoneCommandInput, ): import("@smithy/core/client").CommandImpl< CreateLandingZoneCommandInput, CreateLandingZoneCommandOutput, import("..").ControlTowerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CreateLandingZoneCommand extends CreateLandingZoneCommand_base { protected static __types: { api: { input: CreateLandingZoneInput; output: CreateLandingZoneOutput; }; sdk: { input: CreateLandingZoneCommandInput; output: CreateLandingZoneCommandOutput; }; }; }