import type { TaiyiCanonicalTextOptions } from '../shared/text-options.js'; import type { TaiyiCanonicalJSON } from './json-types.js'; import type { TaiyiOutput } from './types.js'; export declare function renderTaiyiCanonicalJSON(result: TaiyiOutput, options?: { detailLevel?: TaiyiCanonicalTextOptions['detailLevel']; }): TaiyiCanonicalJSON; //# sourceMappingURL=json.d.ts.map