import * as T from "../_internal/task"; import type { SyntheticFiber } from "../model"; /** * ```haskell * fromTask :: Task t => t ^ _ e a -> t ^ _ _ (Synthetic e a) * ``` * * Lifts an `Task` into a `Fiber`. */ export declare const fromTask: (effect: T.EIO) => T.IO>; //# sourceMappingURL=fromTask.d.ts.map