import _ from 'lodash' import $ from 'jquery' import type System from '@/runtime/System' declare global { const $: $ const _: _ const system: System }