import type * as http from 'http';
import type { Dependencies } from '../../domain/types';
declare const start: (port?: number, dependencies?: Dependencies) => Promise<http.Server>;
export default start;
