import { CommonAttributesDto } from '@servicelabsco/nestjs-utility-services'; export declare class WorkflowUserAttributesDto extends CommonAttributesDto { limit?: number; reason?: string; super_parent_id?: number; transfer?: true; is_new_approver?: boolean; last_notification_sent?: Date; is_bulk_operation?: boolean; }