#!/usr/bin/env node /** * CLI entry point for @cioffinahuel/opencode-ado * * Usage: * npx @cioffinahuel/opencode-ado init — Interactive setup wizard * npx @cioffinahuel/opencode-ado sync — Register existing config in OpenCode + TUI * node dist/bin/opencode-ado.js sync-local — Register the local workspace build without publishing * npx @cioffinahuel/opencode-ado show — Show current config * npx @cioffinahuel/opencode-ado --help */ export declare function stripJsonComments(input: string): string; export declare function main(argv?: string[]): Promise; //# sourceMappingURL=opencode-ado.d.ts.map