import type { LeafDef } from '../../core/command.js'; /** Shared with the wizard's own limits tab, which imports it back from here — * keeping it in this cheap module is what lets the leaf's help text state the * precedence rule without loading the wizard. */ export declare const BROKER_LIMIT_OVERRIDE_PRECEDENCE = "Valid CRTR_WARN_LIVE_BROKERS and CRTR_MAX_LIVE_BROKERS environment overrides take precedence over their corresponding configured limits."; export declare const sysSetupLeaf: LeafDef;