variable gamla.filterRe-exportimport { gamla } from "https://deno.land/x/abstract_bot_api@85.0.0/deps.ts"; const { filter } = gamla; type<F extends Func>(f: F) => (_: ParamOf<F>[]) => F extends AsyncFunction ? Promise<ParamOf<F>[]> : ParamOf<F>[]