export declare function getIPAddressFromRequest(req: { headers: Record; remoteAddress: string | undefined; }): string | undefined;