/** * render method used in vite ssr */ export declare const makeRender: (modules: any, viewPath?: string) => (url: any, props: any, req: Request, ctx: import("./Types").ObjectOf, cb: (props: any) => any) => Promise<(string | { html: string; head: string; css: { code: any; }; })[]>;