/** * Why would anyone **SANE** ever use this!? * * @author jdiaz5513 */ import { ListCtor } from "./list"; import { Void } from "./void"; export declare const VoidList: ListCtor;