import type { GraphEdge } from "audit-tools/shared"; export declare const YAML_PATH_REFERENCE_LINK_CONFIDENCE = 0.8; export declare const YAML_CONFIG_EXTENSIONS: readonly [".yaml", ".yml", ".json", ".toml"]; export declare function extractYamlPathReferenceEdges(fromPath: string, content: string, pathLookup: Map): GraphEdge[]; //# sourceMappingURL=yamlPaths.d.ts.map