declare const objectSize: (value: object) => number;
export { objectSize };
