import { Command } from 'commander'; /** * `dkg okf` — ingest a Google Open Knowledge Format (OKF) bundle into the DKG as * verifiable, owned Knowledge Assets (reconstructing the cross-concept link * graph), and serialise a Context Graph back into a conformant OKF bundle. * * The OKF→RDF mapping is the pure, deterministic mapper in * `@origintrail-official/dkg-okf`; this command is the thin node-facing wrapper * (mirrors `dkg epcis`). Import defaults to **Working Memory** (free, private, * reversible) and NEVER publishes to Verifiable Memory: `--share` advances the * assets to Shared Working Memory (free, team-visible); on-chain VM promotion is * a separate, explicitly-gated capstone (`dkg knowledge publish` / the DEMO * runbook), not part of import. */ export declare function registerOkfCommand(program: Command): void; //# sourceMappingURL=okf.d.ts.map