import { System } from './system'; import { HandshakeRequest } from './task'; import { ChannelMethods } from './task_channels'; export declare function forkTaskAsync & HandshakeRequest, Consumer extends ChannelMethods>(sys: System, producer: Producer, bridgePath: string, entryPath: string): Promise>;