declare function isPlainObject(value: any): boolean;
declare function getTag(value: any): string;

export { getTag, isPlainObject };
