export declare function deserializeToCollection(model: any[], createItem: (itemModel: any) => T, _collection?: T[]): T[];