export declare const VITE_PLUS_NAME = "vite-plus";
export declare const VITE_PLUS_VERSION: string;
export declare const VITE_PLUS_OVERRIDE_PACKAGES: Record<string, string>;
export declare function resolve(path: string): string;
export declare const BASEURL_TSCONFIG_WARNING: string;
export declare const DEFAULT_ENVS: {
    readonly JS_RUNTIME_VERSION: string;
    readonly JS_RUNTIME_NAME: string;
    readonly NODE_PACKAGE_MANAGER: "vite-plus";
};
