import { ActiveChannel } from './types.js'; import { BasedServer } from '../server.js'; export declare const stopRemoveChannel: (channel: ActiveChannel) => void; export declare const extendChannel: (_server: BasedServer, channel: ActiveChannel) => void;