import { IPartialLocaleValues } from "../index"; /** * locale : Hebrew (he) * author : David limkys : https://github.com/gotenxds */ declare const he: IPartialLocaleValues; export default he;