/** * mrsf reanchor — Re-anchor comments after document changes. */ import type { Command } from "commander"; export declare function registerReanchor(program: Command): void; //# sourceMappingURL=reanchor.d.ts.map