import { ParserContext } from '../context'; import { AsyncServerValue } from '../types'; import { SerovalNode } from './types'; export default function parseAsync(ctx: ParserContext, current: AsyncServerValue): Promise;