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