import type http from 'http'; export declare const view: (req: http.IncomingMessage, res: http.ServerResponse) => void;