/* eslint-disable */ /* prettier-ignore */ // @ts-nocheck // noinspection JSUnusedGlobalSymbols // Generated by unplugin-auto-import // biome-ignore lint: disable export {} declare global { const showDialog: typeof import('vant/es')['showDialog'] const showFailToast: typeof import('vant/es')['showFailToast'] const showNotify: typeof import('vant/es')['showNotify'] const showSuccessToast: typeof import('vant/es')['showSuccessToast'] const showToast: typeof import('vant/es')['showToast'] }