type MaxFunctionHandler

export type MaxFunctionHandler = (...args: any[]) => any;