import { RequestHandler } from 'express'; import { ControllerMethodPath, TypeGetErrorSchema, TypeGetSuccessSchema } from '../../definitions'; export declare class DocumentRouter { private static getErrorSchemaGlobal?; private static getSuccessSchemaGlobal?; private static htmlTitle; private static htmlHeader; private static htmlScript; private static generateSchemaHTML; private static generateContent; private static generateDefinition; static getHTMLContent(data: ControllerMethodPath, docPath: string): string; static getDocumentHandler(data: ControllerMethodPath, docPath: string, custom?: { getSuccessSchemaGlobal?: TypeGetSuccessSchema; getErrorSchemaGlobal?: TypeGetErrorSchema; }): RequestHandler; } //# sourceMappingURL=document-collection.d.ts.map