import type { Command } from 'commander'; import type { GlobalOptions } from '../types.js'; /** * Registers the top-level `btcr2 quickstart` (ADR 083): a one-command onboarding * that COMPOSES the existing primitives - the {@link runInit} scaffold, the * network record, the optional {@link unlockSession} cache, and the advisory * {@link runDoctor} probe - into a single step for a workshop follow-along. * Reimplements nothing; the ADR 080/081 keystore and session guarantees hold by * construction. */ export declare function registerQuickstartCommand(program: Command, globals: () => GlobalOptions): void; //# sourceMappingURL=quickstart.d.ts.map