import type { SsrHandler } from './types'; export declare const viteSSR: SsrHandler; export default viteSSR;