import { BBWatcher } from 'oak-domain/lib/types/Watcher';
import { EntityDict } from '../oak-app-domain';
declare const watchers: BBWatcher<EntityDict, 'order'>[];
export default watchers;