export declare const serializeElementPath: (path: readonly string[]) => string; export declare const getElementPath: (serializedPath: string) => readonly string[];