import { LeadComment } from './lead-comment.model'; export declare class LeadCommentSerializer { serialize(item: LeadComment): { [key: string]: any; }; }