import type { RuntimeFiber } from "../Fiber"; import * as T from "../Task/_core"; import type { Atomic } from "../XRef"; import { Supervisor } from "./model"; /** * Creates a new supervisor that tracks children in a set. */ export declare const track: T.IO[]>>; /** * Creates a new supervisor that tracks children in a set. */ export declare const fibersIn: ( ref: Atomic>> ) => T.IO>>>; /** * A supervisor that doesn't do anything in response to supervision events. */ export declare const none: Supervisor; //# sourceMappingURL=constructors.d.ts.map