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