import { BasedServer } from '../../server.js'; export declare const start: (server: BasedServer, id: number) => void;