How to use PhaserRaycaster in typescript , I'm really confusing

Did you have any code or source for how to initialize PhaserRaycaster in typescript?

I 'm really confusing

I have declare like the doc said

raycasterPlugin: PhaserRaycaster

but when I use like this.raycasterPlugin.createRaycaster();

it throw error that this.raycasterPlugin have not initialized or undefine