import type { Request } from '../Server'; export default function bulkUpdateHandler(request: Request, db: any): any[];