import { UnaryFunction } from '@jamashita/anden-type'; import { MapPlan } from '@jamashita/genitore-plan'; import { Chrono } from '../Chrono'; import { SReturnType } from '../ISuperposition'; export declare class AlivePlan implements MapPlan> { private readonly mapper; private readonly chrono; static of(mapper: UnaryFunction, SReturnType>, chrono: Chrono): AlivePlan; protected constructor(mapper: UnaryFunction, SReturnType>, chrono: Chrono); private forError; private forOther; private forSuperposition; onMap(value: Exclude): unknown; } //# sourceMappingURL=AlivePlan.d.ts.map