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