import type { Cls } from "./types"; export const Commands = () => { return (target: Cls) => { // not implemented yet }; };