import type * as express from 'express';
export declare const getUserAgent: (req: express.Request) => string;
