import type { Request } from 'express';
export declare function getClientIp(req: Request): string;
