#!/usr/bin/env node /** * CLI entry point for @nahuelcio/opencode-ado * * Usage: * npx @nahuelcio/opencode-ado init — Interactive setup wizard * npx @nahuelcio/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 @nahuelcio/opencode-ado show — Show current config * npx @nahuelcio/opencode-ado --help */ export declare function main(argv?: string[]): Promise; //# sourceMappingURL=opencode-ado.d.ts.map