import * as $dara from '@darabonba/typescript'; export declare class DeletePolicyInstanceRequest extends $dara.Model { /** * @remarks * The instance ID of the policy rule. * * @example * allowed-repos-mqdsf */ instanceName?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }