/** * * @param {*} param * @returns Dipsonsers */ export declare function runWatchers({ watchEffects, watch, watchState, watchWidget }: { watchEffects?: {}; watch?: {}; watchState?: {}; watchWidget?: {}; }, mpInst: any): any[]; export declare function watchAndSyncDatasetState2Local(appId: any, datasetProfileKey: any, dataset: any): any[];