export type App = { appName?: string; appType?: string; appPath?: string; options?: any; }; export type Application = Required; //# sourceMappingURL=types.d.ts.map