export declare class Endian extends Object {
    static BIG_ENDIAN: string;
    static LITTLE_ENDIAN: string;
    constructor();
}
