export declare const getType: (obj: any) => any; export declare const isPlainObj: (obj: unknown) => obj is object;