/** * mrsf validate — Validate one or all sidecar files. */ import type { Command } from "commander"; export declare function registerValidate(program: Command): void; //# sourceMappingURL=validate.d.ts.map