/** * Map command for generating AST-based codebase documentation */ import type { CommandAdapter } from '../command-adapter.interface.js'; export declare function configureMapCommand(program: CommandAdapter): void; //# sourceMappingURL=map.d.ts.map