/** * Copyright (c) 2017-2019 mol* contributors, licensed under MIT, See LICENSE file for more info. * * @author Alexander Rose * @author David Sehnal */ export declare const IsNativeEndianLittle: boolean; export declare function flipByteOrder(data: Uint8Array, bytes: number): ArrayBuffer; export declare function uint8ToString(array: Uint8Array): any;