export { pluginReplaceConstantsNonRunnableDev }; import type { Plugin } from 'vite'; declare global { var __TELEFUNC__IS_NON_RUNNABLE_DEV: undefined | true; var __TELEFUNC__DYNAMIC_IMPORT: (module: `virtual:${string}`) => Promise>; } declare function pluginReplaceConstantsNonRunnableDev(): Plugin[];