import type { GenerateOptions } from './types.js'; export declare function generate(path: string, userOptions?: GenerateOptions): Promise;