import type { TarotCanonicalJSON } from './json-types.js'; import type { TarotOutput } from './types.js'; import type { TarotCanonicalTextOptions } from '../shared/text-options.js'; export declare function renderTarotCanonicalJSON(result: TarotOutput, options?: TarotCanonicalTextOptions): TarotCanonicalJSON; //# sourceMappingURL=json.d.ts.map