import type { LocationEdge } from '@markdoc/markdoc'; export declare function getYamlLocationByPointer(source: string, pointer: (string | number)[], reportOnKey?: boolean): { start: Required; end: Required; } | undefined; //# sourceMappingURL=yaml-ast.d.ts.map