/**
 * Reddit Network Definition
 */
import type { Network } from '../types/index.js';
export declare const reddit: Network;
