export type ThreadId = number export type CallableId = number export type FunctionId = number export type ThreadMethodKey = string | number