/**
 * ----------------------------------------------------------------------
 * Endianness of the platform producing the data
 */
export declare enum Endianness {
    Little = 0,
    Big = 1
}
