/** * Score Command * Assess skill quality with a 4-dimension scoring system */ import { Command } from 'commander'; /** * Register the score command with commander */ export declare function registerScoreCommand(program: Command): void; //# sourceMappingURL=score.d.ts.map