/** * mrsf list — List comments in sidecar files. */ import type { Command } from "commander"; export declare function registerList(program: Command): void; //# sourceMappingURL=list.d.ts.map