/** * Check Commands * Commands for consistency checking */ import type { Command } from '../types.js'; export declare const checkCommand: Command; //# sourceMappingURL=check.d.ts.map