/** * 页面控制器 * @param ThisArg */ declare function AppController(ThisArg: any): void; /** * 定义Data装饰器 * @param thisArgPrototype * @param key * @constructor */ declare function GlobalData(thisArgPrototype: any, key: string): void; export { AppController as App, GlobalData };