type float2 = CS.Unity.Mathematics.float2; type float3 = CS.Unity.Mathematics.float3; type float4 = CS.Unity.Mathematics.float4; export declare function parseFloat2(input: any): float2; export declare function parseFloat3(input: any): float3; export declare function parseFloat4(input: any): float4; export {};