/** * A yjs-proxy error. */ export declare class YjsProxyError extends Error { constructor(msg: string); }