export declare enum TRANSFORM_TYPE { translation = "position", rotation = "rotation", scale = "scale", weight = "weight" } export declare enum INTERPOLATION_TYPE { linear = 0, cubicspline = 1, step = 2 } export declare const MAX_TIME: number;