import * as $dara from '@darabonba/typescript'; export declare class DeleteNotificationPolicyRequest extends $dara.Model { /** * @remarks * The ID of the notification policy. * * For more information about how to obtain the ID of a notification policy, see [ListNotificationPolicies](https://help.aliyun.com/document_detail/2612375.html). * * This parameter is required. * * @example * 1234 */ id?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }