import type { Lang, ResultEntry } from '../types/index.js'; export declare function renderSampleTable(variants: string[], results: ResultEntry[], lang: Lang): string;