export declare function useObjectMethods(): { isProbablyObject: (obj: any) => boolean; cheapCopyObject: (toCopy: T) => T; };