import type { MulmoScriptServerOps } from "./ops"; export type MulmoScriptDispatchHandler = (args: Record) => Promise; export declare function createMulmoScriptDispatchHandler(ops: MulmoScriptServerOps): MulmoScriptDispatchHandler; //# sourceMappingURL=dispatch.d.ts.map