import { OperatorFunction } from "rxjs"; import { Process } from "../interfaces/process"; export declare function mapToProcessOnError(): OperatorFunction, Process>;