import type { Chunk } from "../Collections/Immutable/Chunk/index.js"; import type { UIO } from "./_internal/effect.js"; import * as T from "./_internal/effect-api.js"; import type { Runtime } from "./core.js"; import { FiberDump } from "./dump.js"; export declare function dump(fiber: Runtime): T.UIO; export declare function dumpFibers(fibers: Iterable>): UIO>; export declare function dumpStr(fibers: Iterable>, withTrace: false): UIO; export declare function prettyPrintM(dump: FiberDump): UIO; export declare function collectTraces(dumps: Iterable, now: number): Iterable; //# sourceMappingURL=fiberRenderer.d.ts.map