import type { CodebaseMap, MapOptions } from "./types.js"; export declare function mapCodebase(options: MapOptions): Promise;