import { Invite } from './invite.model'; export declare class InviteCollection { invites: Invite[]; count: number; total: number; }