import type { Request } from 'express';
export declare const getUserAgent: (req: Request) => string;
