import { Response } from 'express';
import { CrowdinClientRequest } from '../../../types';
import { CustomSpellcheckerModule } from '../types';
export default function handle(customSpellchecker: CustomSpellcheckerModule): (req: import("express").Request | CrowdinClientRequest, res: Response, next: Function) => void;
