import { Channel } from './channel'; import { InMemoryChannelConfig } from '../config'; export declare class InMemoryChannel extends Channel { }