import type { State } from '../types'; export declare const subsup: (state: State, index: 0 | 1) => State;