/** * Returns the children of a collection represented as an `xml-js` object. * @param lib `xml-js` object representing a collection. * @returns List of `xml-js` objects representing the collection's items. */ export declare function libCollectionChildren(lib: any): any[];