export declare type TinydbType = {
    _id?: string;
    createdAt?: Date;
    updatedAt?: Date;
};
export declare type TinyDBModelType = Object & TinydbType;
//# sourceMappingURL=tinydb.type.d.ts.map