import type { Plugin } from "vite"; import { ViteRunePluginOptions } from "../index.js"; export declare const KNOWN_ASSET_TYPES: string[]; export declare function getDetectExternalImportsPlugin(options: ViteRunePluginOptions, logicPath: string): Plugin[];