import type { ErrorType } from '../errors/utils.js'; export type DeserializeErrorType = ErrorType; export declare const deserialize: typeof JSON.parse; //# sourceMappingURL=deserialize.d.ts.map