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