import { AbstractProcessPipe } from '../../../../../base/daemon/process/flow/pipe'; import * as flows from '../../../../../tracker/daemon/base/process/flow'; declare class LaunchDeliverIceCandidatePipe extends AbstractProcessPipe { process(): Promise; protected _deliverIceCandidate(): Promise; } type LaunchDeliverIceCandidateContent = flows.LaunchDeliverIceCandidateContent; export { LaunchDeliverIceCandidatePipe, LaunchDeliverIceCandidateContent };