import { AppConfigInfo } from './../lib/server/app'; export declare function generateApp(name: string, type: string, options: AppConfigInfo): string;