import { Value } from '../types'; export default function textToListIndex(value: Value, textIndex: number): number;