import { StateLike } from 'callbag-state'; import { KeyedState, KeyFunc } from './types'; export declare function makeKeyed(state: StateLike, keyfunc: KeyFunc): KeyedState;