import { Path } from '../json-pointer'; import type { MsgPackDecoder } from './MsgPackDecoder'; type Decoder = Pick; type Fn = (decoder: Decoder) => number; export declare const genShallowReader: (path: Path) => Fn; export {};