import { Response } from 'express'; import { AppMasterService } from '../service/app-master.service'; export declare class AppMasterController { private appMasterService; constructor(appMasterService: AppMasterService); getAppByAppCode(req: Request & { user: any; }, res: Response): Promise>>; }