import { Request, Response, NextFunction } from "express";
export declare const apiDoc: () => ((req: Request, res: Response, next: NextFunction) => void)[] | (import("express").RequestHandler<import("express-serve-static-core").ParamsDictionary, any, any, import("qs").ParsedQs, Record<string, any>> | import("express").RequestHandler<import("express-serve-static-core").ParamsDictionary, any, any, import("qs").ParsedQs, Record<string, any>>[])[];
