import { type Ref } from 'vue'; import type { PDFDocumentProxy } from 'pdfjs-dist'; import type { UsePdfCommentsReturn, ViewerPdfPage } from '@/utils/types'; declare const usePdfComments: (pdfDocProxy: Ref, pdfPages: Ref) => UsePdfCommentsReturn; export default usePdfComments;