/**
 * @type {Object<number, string>}
 */
export const objectTypes: {
    [x: number]: string;
};
