import type { Node } from '@markdoc/markdoc'; export declare function getSourceRange(node: Node, linesOfCode: string[]): any; export declare function hashSourceContent(content: string): string; //# sourceMappingURL=source.d.ts.map