import type { ScanResult, CodesightConfig } from "./types.js"; export declare const VERSION: string; export declare const BRAND = "codesight"; export declare function scan(root: string, outputDirName: string, maxDepth: number, userConfig?: CodesightConfig, quiet?: boolean): Promise;