import type { SerializableValue } from '../serializable'; export type DataContractValue = SerializableValue; export type DataPath = string; //# sourceMappingURL=values.d.ts.map