export declare namespace Bytes {
    function equals(a: Uint8Array, b: Uint8Array): boolean;
}
