import type { Entry } from '../Entry.js';
export declare function toHex(buffer: ArrayBuffer): string;
export declare function createFileHash(data: Uint8Array): Promise<string>;
export declare function createRowHash(entry: Omit<Entry, 'rowHash'>): Promise<string>;