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