/**
 * Get the IP Address of the machine running this code
 */
export declare function ip(interfaceName?: string): string | undefined;
