import { TTLV } from "./Ttlv"; import "reflect-metadata"; /** * Convert the JSON representation of a TTLV back into a TTLV object * * @param value the Json representation * @returns a TTLV */ export declare function to_ttlv(value: Object): TTLV; //# sourceMappingURL=serializer.d.ts.map