import { List } from "../list/List"; export declare type Class
= { new (...args: P): R; }; //# sourceMappingURL=Class.d.ts.map