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