import { Store } from './store';
export declare const log: <T>(store: Store<T>) => void;
