import type { NoSuchElementException } from "../../GlobalExceptions/index.js"; import type * as O from "../../Option/index.js"; import type * as T from "../effect.js"; export declare class Driver { readonly next: (inp: Inp) => T.Effect, Out>; readonly last: T.IO; readonly reset: T.UIO; constructor(next: (inp: Inp) => T.Effect, Out>, last: T.IO, reset: T.UIO); } //# sourceMappingURL=index.d.ts.map