import { type Obj } from "./objectTypes"; /** * Is object empty */ export declare function IsObjectEmpty($obj: Obj): boolean;