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