/**
 List all assets in a book
 Assets are file not ignored and not a page

 @param {Book} book
 @param {List<String>} pages
 @param
 */
declare function listAssets(book: any, pages: any): any;
export default listAssets;
//# sourceMappingURL=listAssets.d.ts.map