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