leethanh's picture
Upload 3012 files
5641073
/**
* @author jdiaz5513
*/
import { Interface } from "./interface";
import { ListCtor } from "./list";
export declare const InterfaceList: ListCtor<Interface>;