export declare function toJSON(thing: any): { Pitch: any; World: any; X: any; Y: any; Yaw: any; Z: any; type: string; } | undefined;