import * as S from "@effect-ts/core/Effect/Stream"; import type { Byte } from "../Byte/index.js"; export declare class StdinError { readonly error: Error; readonly _tag = "StdinError"; constructor(error: Error); } /** * Creates a stream that reads from the standard input */ export declare const stdin: S.IO; //# sourceMappingURL=index.d.ts.map