import "isomorphic-fetch"; import type { UpdateLocaleInput } from "./__generated__/accountGlobalTypes"; declare const updateLocale: (token: any, input: UpdateLocaleInput) => Promise; export default updateLocale;