import { PDFDocumentProxy } from 'pdfjs-dist/types/src/display/api';
export declare function readPdf(path: string): Promise<string[][]>;
export declare function getPdfDocument(path: string): Promise<PDFDocumentProxy>;
export declare function checkThatPdfExists(filePath: string): void;
