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

export { makeView };
