export declare class AWD3Utils { static BLOCKSTATE_FINALIZE: number; static BLOCKSTATE_INVALID: number; static BLOCKSTATE_LOAD_DEPENDENICES: number; static BLOCKSTATE_NO_ASSET: number; static COMPRESSIONMODE_LZMA: string; static UNCOMPRESSED: number; static DEFLATE: number; static LZMA: number; static INT8: number; static INT16: number; static INT32: number; static UINT8: number; static UINT16: number; static UINT32: number; static FLOAT32: number; static FLOAT64: number; static BOOL: number; static COLOR: number; static BADDR: number; static AWDSTRING: number; static AWDBYTEARRAY: number; static VECTOR2x1: number; static VECTOR3x1: number; static VECTOR4x1: number; static MTX3x2: number; static MTX3x3: number; static MTX4x3: number; static MTX4x4: number; } //# sourceMappingURL=AWD3Utils.d.ts.map