export function DATATYPE_TO_TRACK_TYPE(orientation: any): {
    none: any[];
};
export default DATATYPE_TO_TRACK_TYPE;
