import { Picture } from '../types/shape'; /** * Render a picture onto the PDFKit document. */ export declare function renderImage(doc: any, picture: Picture): void; //# sourceMappingURL=image-renderer.d.ts.map