import { Eyo } from '../eyo.js'; declare global { interface Window { notSafeEyo: Eyo; } } declare const notSafeEyo: Eyo; export default notSafeEyo;