import type { GenerateProps } from '@pdfme/common'; declare const generate: (props: GenerateProps) => Promise; export default generate;