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