export declare function loadBindingState(localPath: string, fileId: string): Uint8Array | null; export declare function saveBindingState(localPath: string, fileId: string, encoded: Uint8Array): void; export declare function deleteBindingState(localPath: string, fileId: string): void; //# sourceMappingURL=yjs-binding-state.d.ts.map