export function toV2BulkDecisionEvent(documentId: any, fact: any): { documentId: string | null; decision: any; requestedCount: any; successfulCount: any; permissionDeniedCount: any; } | null;