import { Member } from '../member/member.model'; export declare class LeadComment { id: string; content: string; author: Member; createdAt: Date; }