declare module "./types" { interface _ListItem { readonly documentSetVersions: IDocumentSetVersions; } interface IListItem { readonly documentSetVersions: IDocumentSetVersions; } } export {}; //# sourceMappingURL=document-sets.d.ts.map