import * as $dara from '@darabonba/typescript'; export declare class CleanUserPermissionsResponseBody extends $dara.Model { /** * @remarks * The request ID. * * @example * 687C5BAA-D103-4993-884B-C35E4314**** */ requestId?: string; /** * @remarks * The task ID. * * @example * clean-user-permissions-2085266204********-6694c16e6ae07*********** */ taskId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }