import { ChannelContext } from "@replikit/router"; import { Channel, ConnectionManager } from "../index"; export declare class ChannelContextExtension extends ChannelContext { _connection: ConnectionManager; get connection(): ConnectionManager; fetchChannel(): Promise; getChannel(...args: unknown[]): Promise; }