export declare function executeBulkOperation(ids: readonly T[], operation: (id: T) => Promise): Promise<{ successIds: T[]; failedIds: T[]; }>;