import type { RegisterOptions } from "typescript-paths" import type { Plugin } from "vite" export declare type PluginOptions = Omit export default function tsConfigPaths({ tsConfigPath, respectCoreModule, logLevel, colors }?: PluginOptions): Plugin