import * as $dara from '@darabonba/typescript'; export declare class DeletePlanMaintenanceWindowRequest extends $dara.Model { /** * @remarks * This parameter is required. * * @example * pw-bp12kkvnebe7hksqnx9w */ planWindowId?: string; /** * @remarks * This parameter is required. * * @example * cn-hangzhou */ regionId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }