/** * Account-management commands operate against the v2 user-records store. * When `migrateLegacyAuth` couldn't complete (typically offline), the v2 * store is empty and `ACCOUNT_NOT_FOUND` would be misleading — fail with * a dedicated envelope so callers get an actionable hint. */ export declare function assertV2Available(): Promise; //# sourceMappingURL=helpers.d.ts.map