import { EncodeContext } from '../encode'; import { ValueType } from '../types'; export declare function detectValueIndex(value: any, context: EncodeContext): ValueType;