/** * Find the main content element by probing semantic and common selectors. * Falls back to document.body (or document.documentElement as a null-safe fallback). */ export declare function findMainContentElement(minTextLength?: number): Element; //# sourceMappingURL=shared.d.ts.map