declare const getClientIp: (request: unknown) => string | null;

export { getClientIp as default };
