class PDFAnnotationReference { constructor(annotationRef) { this.annotationRef = annotationRef; } } export default PDFAnnotationReference;