export = Hilipsum;
/**
 * Hilipsum is a subclass of Hilichurl that defines the local
 * pre-scraped hilichurlianDB.json in its constructor
 */
declare class Hilipsum extends Hilichurl {
    constructor();
}
import { Hilichurl } from "../hilichurl";
