/** * `supen enroll` — TOFU enrollment and out-of-band trust pairing. * * Communicates with the daemon over HTTP instead of importing daemon code directly. */ import { Command } from 'commander'; export declare function registerEnrollCommand(program: Command): void;