import * as core from "@arethetypeswrong/core"; import type { RenderOptions } from "./index.js"; export declare function typed(analysis: core.Analysis, { emoji, summary, format, ignoreRules, ignoreResolutions }: RenderOptions): Promise; //# sourceMappingURL=typed.d.ts.map