import type { JsValue } from '../interpreter/util.js'; export declare class AiSON { static parse(input: string): JsValue; private static stringifyWalk; static stringify(value: JsValue, _unused?: null, indent?: number | string): string; } //# sourceMappingURL=aison.d.ts.map