/** * Standalone entry — runs the bridge as its own process (systemd-friendly), * talking to pi over RPC mode instead of living inside pi as an extension. * * Usage: * node dist/standalone.js [--workdir ] [--pi-cli ] [--session-dir ] [--debug] * * Architecture: * Messenger (Matrix/Telegram/...) ──> bridge ──> pi --mode rpc (JSONL over stdio) * Messenger <── replies <────────── bridge <── agent events (stdout JSONL) */ export declare function main(argv?: string[]): Promise; //# sourceMappingURL=standalone.d.ts.map