import type { BrowserAdapter } from "@sudobility/webgraph_parser"; export interface ExtractedLink { url: string; relativePath: string; label?: string; } export declare function extractSameOriginLinks(adapter: BrowserAdapter, baseUrl: string, scanScopePath?: string): Promise; //# sourceMappingURL=link-extractor.d.ts.map