/**
 * Retrieve the client IP address for the given `request`.
 *
 * @param {Object} request
 *
 * @returns {String}
 */
export declare function getClientIp(request: any): string | undefined;
