import { WrappedData } from './types'; /** * Start the HTTP server */ export declare function startServer(data: WrappedData, port: number): Promise;