import type { LocationEdge } from '@markdoc/markdoc'; import type { NormalizedLocation } from '../../plugins/markdown/errors'; export declare function getCodeframe(location: NormalizedLocation, color: boolean, indent?: string): { frame: string; start: LocationEdge; }; //# sourceMappingURL=codeframes.d.ts.map