/// <reference types="qs" />
import { Response } from 'express';
import { Config, CrowdinClientRequest } from '../../../types';
import { IntegrationLogic } from '../types';
export default function handle(config: Config, integration: IntegrationLogic): (req: CrowdinClientRequest | import("express").Request<import("express-serve-static-core").ParamsDictionary, any, any, import("qs").ParsedQs, Record<string, any>>, res: Response<any, Record<string, any>>, next: Function) => void;
