import { StateLike } from 'callbag-state'; import { KeyFunc } from './types'; export { Addition, Deletion, Move, ListChanges, KeyFunc, KeyedChangeStream, KeyedState, isKeyedState, } from './types'; export declare function keyed(state: StateLike, keyfunc: KeyFunc): import("./types").KeyedState; export default keyed; export { Watcher } from './watcher';