import { Invite } from './invite.model'; export declare class InviteDeserializer { deserialize(json: { [key: string]: any; }): Invite; }