A common engine to use to server render an application.
class CommonEngine { render(opts: CommonEngineRenderOptions): Promise<string>;}