import { ParserContext } from '../context'; import { ServerValue } from '../types'; import { SerovalNode } from './types'; export default function parseSync(ctx: ParserContext, current: ServerValue): readonly [SerovalNode, number, boolean];