import * as $dara from '@darabonba/typescript'; export declare class DeleteSilencePolicyRequest extends $dara.Model { /** * @remarks * The ID of the silence policy. * * For more information about how to obtain the ID of a silence policy, see [ListSilencePolicies](https://help.aliyun.com/document_detail/2612383.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; }); }