import { AbstractProcessPipe } from '../../../../../base/daemon/process/flow/pipe'; import * as flows from '../../../../../peer/daemon/base/process/flow'; declare class HandleDeliverIceCandidatePipe extends AbstractProcessPipe { process(): Promise; protected _addIceCandidate(): Promise; } type HandleDeliverIceCandidateContent = flows.HandleDeliverIceCandidateContent; export { HandleDeliverIceCandidatePipe, HandleDeliverIceCandidateContent };