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