/** * `forge trust` — Local trust ledger commands. * * These commands operate ENTIRELY locally — no engine HTTP calls. * They use the src/trust/ modules directly. * * Subcommands: * forge trust init [path] — generate keypair + create ledger dirs * forge trust verify [path] — verify chain integrity * forge trust stats [path] — show chain statistics * forge trust share [path] [--endpoint ] — transmit shareable metadata * forge trust config [path] — show key configuration */ import { Command } from "commander"; export declare function registerTrustCommands(parent: Command, _client: unknown): void; //# sourceMappingURL=trust.d.ts.map