import type { JsonLike } from "../fs-duplex/json.js"; /** * @deprecated The superjson instance is now managed in `fs-duplex/superjson.ts`. * Import from there if you need the instance, or import the `JsonLike` object. */ export declare const superjson: JsonLike; //# sourceMappingURL=coding.d.ts.map