import type { Terminal, UserInput } from "@effect/platform/Terminal"; import type { Effect } from "effect/Effect"; import type { Layer } from "effect/Layer"; import type { Scope } from "effect/Scope"; /** * @since 1.0.0 * @category constructors */ export declare const make: (shouldQuit?: (input: UserInput) => boolean) => Effect; /** * @since 1.0.0 * @category layer */ export declare const layer: Layer; //# sourceMappingURL=BunTerminal.d.ts.map