import type { Func } from "hry-types/src/Misc/Func"; export type SubMethodsConstraint = { [x: string]: Func; };