export default { world: "Mondo", deep: { superdeep: { heynow: "Ciao", yourea: "Sei un", }, }, } as const;