type alias ProduceAsyncRulesimport { type ProduceAsyncRules } from "https://dotland.deno.dev/x/rambda@9.4.1/immutable.d.ts"; Type ParametersOutputK extends keyof OutputInputdefinition: readonly [P in K]: (input: Input) => Promise<Output[P]>