import exportFromJSON from './exportFromJSON.js'; import type { ExportType } from './types.js'; export type { ExportType }; export default exportFromJSON;