import type { ErrorType } from '../errors/utils.js'; export type StringifyErrorType = ErrorType; /** Converts a JavaScript value to a JSON string, with BigInt support. */ export declare const stringify: typeof JSON.stringify; //# sourceMappingURL=stringify.d.ts.map