/** * mrsf init — Initialize a new sidecar file for a document. */ import type { Command } from "commander"; export declare function registerInit(program: Command): void; //# sourceMappingURL=init.d.ts.map