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