#!/usr/bin/env node
declare function startServer(): Promise<void>;

export { startServer };
