declare module '@codex/codex.json' { const value: any; // Replace `any` with specific types if you know the JSON structure export default value; }