import ICulture from "./ICulture"; /** * en-US */ declare const culture: ICulture; /** * Default export */ export default culture;