import { CodyResponse } from "@proophboard/cody-types"; export type EmitResponse = (res: CodyResponse) => void; export type ReplyCallback = (reply: T) => Promise;