import { composeEdgesForReference } from "./composeEdgesForReference"; import { getConnectableReferencePathsFromRecipe } from "./getConnectableReferencePathsFromRecipe"; import { getUserDefinedReferencesFromRecipe } from "./getUserDefinedReferencesFromRecipe"; import { matchReference } from "./matchReference"; export declare const edgeHelpers: { composeEdgesForReference: typeof composeEdgesForReference; getConnectableReferencePathsFromRecipe: typeof getConnectableReferencePathsFromRecipe; getUserDefinedReferencesFromRecipe: typeof getUserDefinedReferencesFromRecipe; matchReference: typeof matchReference; }; //# sourceMappingURL=index.d.ts.map