import type { Theme } from '../types.js'; import { ProblemType } from '../utils.js'; export declare function formatProblem(type: ProblemType, details: string, theme: Theme, stream: NodeJS.WritableStream): string;