import type { Row } from '@libsql/client'; import type { FileHashReadModelSchema } from '../types.js'; export declare function createFileHashReadModel(fileHash: Row): FileHashReadModelSchema; //# sourceMappingURL=create-file-hash-read-model.d.ts.map