/** Apply a list of operations to a page and output the new page. @param {Page} @param {List|Array} @return {Promise} */ declare function modifyHTML(page: any, operations: any): any; export default modifyHTML; //# sourceMappingURL=modifyHTML.d.ts.map