export interface Generator { (from: string, to: string, opts: any): void; }