export declare type TAnyObject<Value = unknown> = Record<string, Value>;
export declare type TEmptyObject = Record<string, never>;
