import { Connection } from 'connection/Connection.js'; import { type Context } from 'connection/types.js'; import { type TestChannel } from './TestChannel.js'; /** Returns a function that can be used to join a specific test channel */ export declare const joinTestChannel: (channel: TestChannel) => (context: Context) => Connection; //# sourceMappingURL=joinTestChannel.d.ts.map