import { Invite } from './invite.model'; export declare class InviteSerializer { serialize(item: Invite): { [key: string]: any; }; }