/**
 * Watches for the app.config.json in the root of your project
 *
 * @returns watcher instance
 */
export declare function initAppConfigWatcher(): Promise<any[]>;
