export declare function urlToIpUrl(url: string, ip: string): string; export declare function createLookup(safeIps: string[]): ((_hostname: string, _opts: any, cb: any) => void) | undefined;