export declare const generate: (name: string, src: string, dest: string, done: (err: Error) => void) => void;