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