1import type { ElmPorts } from "./elm/types" 2 3export { } 4 5declare global { 6 const BUILD_TIMESTAMP: string 7 8 const Elm: { UI: ElmMain<ElmPorts> } 9 const tocca: any 10}