export declare const POSSIBLE_HEADERS_WITH_IP: string[]; export declare function getClientIp(req: Request): string | null | undefined; export declare function isValidIp(headerValue: string | null | undefined): boolean; //# sourceMappingURL=get-client-ip.d.ts.map