import { Config } from './config';
export declare function generate(config: Config): Promise<void>;
