/**
 * Hacker News Network Definition
 */
import type { Network } from '../types/index.js';
export declare const hackernews: Network;
