#!/usr/bin/env node declare function startServer(port?: number, apiKey?: string, host?: string): Promise; export { startServer };