import type { SerializedValue } from "./types.js"; export declare const serializeValue: (value: unknown) => SerializedValue; export declare const collectRefs: (value: unknown) => string[]; //# sourceMappingURL=serialize.d.ts.map