import { CreeveyApi } from './api';
export default function server(reportDir: string, port: number): (api: CreeveyApi) => void;
