import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteLandingZoneInput, DeleteLandingZoneOutput } from "../models/models_0"; export { __MetadataBearer }; export interface DeleteLandingZoneCommandInput extends DeleteLandingZoneInput {} export interface DeleteLandingZoneCommandOutput extends DeleteLandingZoneOutput, __MetadataBearer {} declare const DeleteLandingZoneCommand_base: { new ( input: DeleteLandingZoneCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteLandingZoneCommandInput, DeleteLandingZoneCommandOutput, import("..").ControlTowerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteLandingZoneCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteLandingZoneCommandInput, DeleteLandingZoneCommandOutput, import("..").ControlTowerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteLandingZoneCommand extends DeleteLandingZoneCommand_base { protected static __types: { api: { input: DeleteLandingZoneInput; output: DeleteLandingZoneOutput; }; sdk: { input: DeleteLandingZoneCommandInput; output: DeleteLandingZoneCommandOutput; }; }; }