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