import type { Effect } from 'effect'; export type Handler = (i: I) => Effect.Effect; //# sourceMappingURL=handler.d.ts.map