Hello, is there any way to access render function using scene object?

I am using Angular THREE library to make a project. I am trying to find a way to do something before renderer.render() function.
they also provided to create a renderer explicitly and the types are THREE.Renderer | ((canvas: HTMLCanvasElement) => THREE.Renderer) | Partial<Properties<THREE.WebGLRenderer> | THREE.WebGLRendererParameters>.
is there any way to access its render variable by using variable of above types?