export declare const generate: (options: { src: string; name: string; output: string; }) => Promise;