/** * pi-discord-gateway - Lightweight Discord gateway for pi coding agent. * * Architecture inspired by NanoClaw (https://github.com/qwibitai/nanoclaw). * Discord messages -> SQLite queue -> pi subprocess -> Discord response. */ export declare function startGateway(): Promise;