declare module '*.json' { const value: { title: string path: string items: { text: string link: string }[] }[] export default value }