export declare abstract class Model { _id: string; createdAt: Date; updatedAt: Date; constructor(params?: Partial); }