export interface GenerateOptions { config?: string; } export declare const generate: (options: GenerateOptions) => Promise;