import { InviteCollection } from './invite.collection'; import { InviteConverter } from './invite.converter'; export declare class InviteCollectionConverter { private converter; constructor(converter: InviteConverter); toCollection(json: any): InviteCollection; }