/** * The base for a data model. * * `Serves no purpose at the moment.` */ export declare abstract class Base { private raw; constructor(data: T); } //# sourceMappingURL=Base.d.ts.map