import { EntryRow } from 'alinea/core';
export declare function createFileHash(data: Uint8Array): Promise<string>;
export declare function createRowHash(entry: Omit<EntryRow, 'rowHash'>): Promise<string>;
