/** * @param {Object.} obj * @returns {boolean} */ export default function isLocalizeESModule(obj: { [x: string]: Object; }): boolean;