declare function jsonStringify(obj: unknown, space?: string | number, circRefSub?: unknown): string; export { jsonStringify };