function renderToString(element: ReactElement<any>): Promise<{ html: string, modules: any, state: any }>;