import type { Request, Response } from 'express'; import { type AddBurialSiteCommentForm } from '../../database/addBurialSiteComment.js'; export default function handler(request: Request, response: Response): Promise;