import { IncomingMessage, ServerResponse } from 'http'; import { ControllerContext } from './index'; export declare const getMainRequestHandler: (ctx: ControllerContext) => (req: IncomingMessage, res: ServerResponse) => void;