import { LabComment } from 'itlab-functions'; import { Document } from 'mongoose'; export declare function CommentableDocument Document>(Base: TBase): TBase & (new (...args: any[]) => { comments?: LabComment[]; });