import { Page } from 'playwright'; /** * Gets the rendered DOM of a page with specified processing method */ export declare function filterPageContent(page: Page, pageFilter: 'simple' | 'none' | 'readability'): Promise; //# sourceMappingURL=filterPageContent.d.ts.map