import type { TwinRef } from '../edges/types.js'; import type { ContextRef } from './types.js'; export declare function normalizeContextRef(input: unknown): ContextRef; export declare function normalizeContextRefs(refs: readonly unknown[] | undefined): ContextRef[]; export declare function serializeContextRefForProvenance(ref: ContextRef): string; export declare function toTwinRef(ref: ContextRef): TwinRef; //# sourceMappingURL=ref.d.ts.map