import type { LixEngine } from "../../engine/boot.js"; type FileMutationInput = { id: string; path: string; data: Uint8Array; metadata: unknown; hidden?: boolean; }; export declare function handleFileInsert(args: { engine: Pick; file: FileMutationInput; versionId: string; untracked?: boolean; }): 0 | 1; export declare function handleFileUpdate(args: { engine: Pick; file: FileMutationInput; versionId: string; untracked?: boolean; }): 0 | 1; export {}; //# sourceMappingURL=file-handlers.d.ts.map