import { Context } from "koishi";


interface PoetCraft {
  apply(ctx: Context): void;
}

// 哈?  ts在哪？  吃掉了