import { Lazy } from "./Lazy"; import { Cell } from "./Cell"; import { Stream } from "./Stream"; export declare class LazyCell extends Cell { constructor(lazyInitValue: Lazy, str?: Stream); sampleNoTrans__(): A; }