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