export type AnyFunction = (...args: any[]) => any;
export type AnyObj = Record<string, any>;
