import type { JsonLike } from "./json.js"; /** * A ready-to-use JsonLike implementation powered by SuperJSON with custom type handlers. */ export declare const superjson: JsonLike; //# sourceMappingURL=superjson.d.ts.map