/**
 * Watches for the app.config.json in the root of your project
 *
 * @param root root path to a project
 * @param onChange callback triggered when file change occurs
 * @returns watcher instance
 */
export declare function initAppConfigWatcher(root: string): Promise<any[]>;
