import { YjsStructure } from "../yjsTypes/types";
export declare function resolveYjsStructurePath(yjsObject: YjsStructure, path: readonly (string | number)[]): unknown;
