export declare class Collection { Name: string; SortAs: string; Identifier: string; Position: number; private _OnDeserialized; }