import {IncomingMessage} from 'http'; /** * Get request path. * * @param req */ export declare function getRequestPath(req: IncomingMessage): string;