import { State } from '../types/store'; import Options from '../types/options'; declare function State(options: Options): State; export default function initState(options: Options): State; export {};