import type { Result } from '../types/result.js'; export declare function scrapePageGroup(navGroup: Array, needsBrowser: boolean, opts?: { externalLinks: boolean; rootPaths?: Array; }): Promise>>;