import { Page } from 'playwright'; /** * Iterates through the document, loading the innerHTML of Shadow Dom elements. * Note that this does not *recursively* load shadow dom elements; that's a TODO. * * @see {@link https://docs.apify.com/academy/node-js/scraping-shadow-doms} */ export declare function getPageMarkup(page: Page, shadowDom?: boolean): Promise; //# sourceMappingURL=get-page-markup.d.ts.map