/** * Generates a default configuration file. * @param appPath Path to the application directory. * @param outputPath Path to the output file. This path must target a directory, a *.js, *.ts or *.json file. */ export declare function generateConfig(appPath: string, outputPath: string): Promise;