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