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