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