import { Kind } from '../../kinds/index.js'; export interface Async extends Promise { } export interface TAsync extends Kind.unary { return: Async; }