import { Kind } from '../../kinds/index.js'; import { IO } from '../io/io.types'; import { Async } from '../async/async.types'; export interface Task extends IO> { } export interface TTask extends Kind.unary { return: Task; }