/** This is used with the `deepCopy` and `merge` functions. */ export declare enum SerializationType { NONE = 0, SERIALIZE = 1, DESERIALIZE = 2 } //# sourceMappingURL=SerializationType.d.ts.map