import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { ResetLandingZoneInput, ResetLandingZoneOutput } from "../models/models_0"; export { __MetadataBearer }; export interface ResetLandingZoneCommandInput extends ResetLandingZoneInput {} export interface ResetLandingZoneCommandOutput extends ResetLandingZoneOutput, __MetadataBearer {} declare const ResetLandingZoneCommand_base: { new ( input: ResetLandingZoneCommandInput, ): import("@smithy/core/client").CommandImpl< ResetLandingZoneCommandInput, ResetLandingZoneCommandOutput, import("..").ControlTowerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: ResetLandingZoneCommandInput, ): import("@smithy/core/client").CommandImpl< ResetLandingZoneCommandInput, ResetLandingZoneCommandOutput, import("..").ControlTowerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class ResetLandingZoneCommand extends ResetLandingZoneCommand_base { protected static __types: { api: { input: ResetLandingZoneInput; output: ResetLandingZoneOutput; }; sdk: { input: ResetLandingZoneCommandInput; output: ResetLandingZoneCommandOutput; }; }; }