export declare function isEmptyObject(val: unknown): val is {};
