import type { StateMapping, UiState } from '../../types'; export default function singleIndexStateMapping(indexName: keyof TUiState): StateMapping;