import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetLandingZoneInput, GetLandingZoneOutput } from "../models/models_0"; export { __MetadataBearer }; export interface GetLandingZoneCommandInput extends GetLandingZoneInput {} export interface GetLandingZoneCommandOutput extends GetLandingZoneOutput, __MetadataBearer {} declare const GetLandingZoneCommand_base: { new ( input: GetLandingZoneCommandInput, ): import("@smithy/core/client").CommandImpl< GetLandingZoneCommandInput, GetLandingZoneCommandOutput, import("..").ControlTowerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetLandingZoneCommandInput, ): import("@smithy/core/client").CommandImpl< GetLandingZoneCommandInput, GetLandingZoneCommandOutput, import("..").ControlTowerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetLandingZoneCommand extends GetLandingZoneCommand_base { protected static __types: { api: { input: GetLandingZoneInput; output: GetLandingZoneOutput; }; sdk: { input: GetLandingZoneCommandInput; output: GetLandingZoneCommandOutput; }; }; }