import { RequestChannel } from './task_channels'; export interface Bridge { (producerChannel: RequestChannel, createConsumerAsync: () => Promise): Promise; }