import { State } from './types'; /** * Any state shared between modules goes here * For internal use, not for consumers */ declare const state: State; export default state;