import { IParseOptions, YamlParserResult } from './types'; export declare const parseWithPointers: (value: string, options?: IParseOptions | undefined) => YamlParserResult;