/** * Rule Command * Always-on coding rules that persist across sessions * (SkillKit calls this "rules" — we call it "rule") */ import { Command } from 'commander'; /** * Register the rule command */ export declare function registerRuleCommand(program: Command): void; //# sourceMappingURL=rule.d.ts.map