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