/** * Configure OpenCode by copying from templates * * The opencode templates include: * - commands/aim/ - Slash commands * - agents/ - Agent definitions * - lib/ - Shared library code * - plugin/ - Plugin hooks */ export declare function configureOpencode(cwd: string): Promise; //# sourceMappingURL=opencode.d.ts.map