import type { State } from '../types'; export declare const root: (state: State, withIndex: boolean) => State;