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