import { ConfigWithDefaults } from './config';
export declare function generate(configWithDefaults: ConfigWithDefaults): Promise<string>;
