/** * mrsf add — Add a comment to a sidecar file. */ import type { Command } from "commander"; export declare function registerAdd(program: Command): void; //# sourceMappingURL=add.d.ts.map