/** * Collect all opencode template files that `trellis update` should track. * * Must stay in sync with `configureOpenCode`: both paths produce the same * `Map`. If they drift, update will spuriously flag newly * init'd files as modifications on the next run. */ export declare function collectOpenCodeTemplates(): Map; /** * Configure OpenCode at init time by writing the same file set enumerated * by `collectOpenCodeTemplates`. */ export declare function configureOpenCode(cwd: string): Promise; //# sourceMappingURL=opencode.d.ts.map