import { PluginContext } from "."; export type PluginHandler = (payload: Payload, ctx: PluginContext) => Promise | Payload | void;