import { PdfCreator } from '../node-signpdf/pdf-creator'; export declare const getImage: (imagePath: string, pdf: PdfCreator) => Promise;