/**
 * Returns true if the two passed Uint8Arrays have the same content
 */
export declare function equals(a: Uint8Array, b: Uint8Array): boolean;
//# sourceMappingURL=equals.d.ts.map