declare class IIApp { public Routes: IRoutes; public appName?: string; public ral?: Promise; public constructor(); public execute(ctx: any): Promise | any; public getAppConf(filename: string): any; public getConf(filename: string): any; }