import { GenerateProps } from './types/GenerateProps'; export declare const generate: (props: GenerateProps) => Promise;