export { getViteDevScript };
import type { GlobalContextServerInternal } from '../../globalContext.js';
declare function getViteDevScript(pageContext: {
    _globalContext: GlobalContextServerInternal;
}): Promise<string>;
