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