export type ContentValuePath = (string | number)[]; export declare function contentValuePathToString(path: ContentValuePath): string;