import type { Reference as ReferenceInterface } from '@enonic-types/lib-value'; export declare class Reference implements ReferenceInterface { private nodeId; constructor(value: string); getNodeId(): string; toString(): string; }