declare const BINARY_MARK_BIN = "t"; declare const BINARY_MARK_STRING = "f"; declare const BINARY_MARK_JSON = "j"; declare const BINARY_MARK_MAP: { t: string; f: string; j: string; }; export { BINARY_MARK_BIN, BINARY_MARK_STRING, BINARY_MARK_JSON, BINARY_MARK_MAP, }; //# sourceMappingURL=const.d.ts.map