declare const getObjectType: (object: object) => string;
export { getObjectType };
