/** * `openlore export ` — export the analysis graph to interop formats. * * Currently the only format is `scip` (Source Code Intelligence Protocol). * The subcommand dispatch is kept thin so additional formats can be added as * sibling subcommands without touching the SCIP logic. */ import { Command } from 'commander'; export declare const exportCommand: Command; //# sourceMappingURL=index.d.ts.map