import type { CodebaseMap } from "./types.js"; export declare function generateOnboardingGuide(map: CodebaseMap): string;