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