type WatcherT = () => void; export declare const watchers: WatcherT[]; export declare const storyUpdated: () => void; export {};