export declare const isValidObject: (objectIn: object | null | undefined) => boolean;
