import { Kind } from '../../kinds/index.js'; export interface IO { (): A; } export interface TIO extends Kind.unary { return: IO; }