/** * render view on client */ export declare const makeView: (modules: any, viewPath?: string) => Promise;