import type { ConfigType } from '../../typings/global.js'; import ReactiveObject from '../commom/reactive-object.mjs'; export declare const dts_path: string; export declare const vm_dts: ReactiveObject>; export declare function getEnvDts(code: string): string; export declare function initDts(config: ConfigType): void;