UNPKG

swarm-pilot

Version:
4 lines (3 loc) 156 B
import { Effect } from "effect"; import { Config } from "./config.js"; export declare const notify: (message: string) => Effect.Effect<void, null, Config>;