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