export declare enum IMEndian {
    'LSB' = "LSB",
    'MSB' = "MSB"
}
