import { PDFRenderProps } from '@pdfme/common'; import { MultiVariableTextSchema } from './types.js'; export declare const pdfRender: (arg: PDFRenderProps) => Promise;